Html Css Color HEX #D011EA Psychedelic Purple

📋 copy color: '#D011EA'

red 208 ◦ green 17 ◦ blue 234

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

Shades of Psychedelic Purple #D011EA

Tints of Psychedelic Purple #D011EA

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

 GREEN value IS 17 (7.03% from 255) = 3.7%

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 45.32%
G = 3.7%
B = 50.98%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D011EA (or 0xD011EA) is known color: Psychedelic Purple. HEX triplet: D0, 11 and EA. RGB value is (208,17,234). Sum of RGB (Red+Green+Blue) = 208+17+234=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #D011EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D011EA is #2FEE15. Grayscale: #626262. Windows color (decimal): -3141142 or 15339984. OLE color: 15339984.

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

Color convert

RGB 208 17 234 -
CMYK 0.11 0.93 0 0.08
HSL 292.81º 0.86% 0.49% -
HSV(B) 292.81º 0.93% 0.92% -
XYZ 41.06 19.75 79.49 -
YUV 98.85 204.28 205.86 -
System Red Green Blue C M Y K H S L
Decimal 208 17 234 0.11 0.93 0 0.08 292.81 0.86 0.49
Hex D0 11 EA B 5D 0 8 125 56 31
Octal 320 21 352 13 135 0 10 445 126 61
Binary 11010000 10001 11101010 1011 1011101 0 1000 100100101 1010110 110001

Color Harmonies of #D011EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011EA

Black with #D011EA

Text Example


Text Example

White with #D011EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011EA; }

 p { color: rgb(208,17,234); }

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

background-color css

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

 a { background-color: rgb(208,17,234); }

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

border-color css

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

 span { border-color: rgb(208,17,234); }

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