Html Css Color HEX #D00CEA Psychedelic Purple

📋 copy color: '#D00CEA'

red 208 ◦ green 12 ◦ blue 234

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

Shades of Psychedelic Purple #D00CEA

Tints of Psychedelic Purple #D00CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.64%

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

R = 45.81%
G = 2.64%
B = 51.54%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D00CEA (or 0xD00CEA) is known color: Psychedelic Purple. HEX triplet: D0, 0C and EA. RGB value is (208,12,234). Sum of RGB (Red+Green+Blue) = 208+12+234=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #D00CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CEA is #2FF315. Grayscale: #5F5F5F. Windows color (decimal): -3142422 or 15338704. OLE color: 15338704.

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

Color convert

RGB 208 12 234 -
CMYK 0.11 0.95 0 0.08
HSL 292.97º 0.9% 0.48% -
HSV(B) 292.97º 0.95% 0.92% -
XYZ 41 19.61 79.47 -
YUV 95.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 208 12 234 0.11 0.95 0 0.08 292.97 0.9 0.48
Hex D0 C EA B 5F 0 8 125 5A 30
Octal 320 14 352 13 137 0 10 445 132 60
Binary 11010000 1100 11101010 1011 1011111 0 1000 100100101 1011010 110000

Color Harmonies of #D00CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CEA

Black with #D00CEA

Text Example


Text Example

White with #D00CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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