Html Css Color HEX #DA14ED Psychedelic Purple

📋 copy color: '#DA14ED'

red 218 ◦ green 20 ◦ blue 237

#DA14ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DA14ED

Tints of Psychedelic Purple #DA14ED

RGB

 RED value IS 218 (85.55% from 255) = 45.89%

 GREEN value IS 20 (8.2% from 255) = 4.21%

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 45.89%
G = 4.21%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA14ED (or 0xDA14ED) is known color: Psychedelic Purple. HEX triplet: DA, 14 and ED. RGB value is (218,20,237). Sum of RGB (Red+Green+Blue) = 218+20+237=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14ED is #25EB12. Grayscale: #676767. Windows color (decimal): -2485011 or 15537370. OLE color: 15537370.

HSL color Cylindrical-coordinate representation of color #DA14ED: hue angle of 294.75º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA14ED is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 20 237 -
CMYK 0.08 0.92 0 0.07
HSL 294.75º 0.86% 0.5% -
HSV(B) 294.75º 0.92% 0.93% -
XYZ 44.45 21.52 81.93 -
YUV 103.94 203.1 209.36 -
System Red Green Blue C M Y K H S L
Decimal 218 20 237 0.08 0.92 0 0.07 294.75 0.86 0.5
Hex DA 14 ED 8 5C 0 7 127 56 32
Octal 332 24 355 10 134 0 7 447 126 62
Binary 11011010 10100 11101101 1000 1011100 0 111 100100111 1010110 110010

Color Harmonies of #DA14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14ED

Black with #DA14ED

Text Example


Text Example

White with #DA14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14ED; }

 p { color: rgb(218,20,237); }

 H1.HeaderClassName
 {
   color: #DA14ED;
 }
 .AnyTagClassName
 {
   color: #DA14ED;
 }
</style>

background-color css

<style>
 a { background-color: #DA14ED; }

 a { background-color: rgb(218,20,237); }

 div.DivClassName
 {
   background-color: #DA14ED;
 }
 .BgClassName
 {
   background-color: #DA14ED;
 }
</style>

border-color css

<style>
 span { border-color: #DA14ED; }

 span { border-color: rgb(218,20,237); }

 td.TdClassName
 {
   border-color: #DA14ED;
 }
 .TagClassName
 {
   border-color: #DA14ED;
 }
</style>