Html Css Color HEX #D00CEF Psychedelic Purple

📋 copy color: '#D00CEF'

red 208 ◦ green 12 ◦ blue 239

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

Shades of Psychedelic Purple #D00CEF

Tints of Psychedelic Purple #D00CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 45.32%
G = 2.61%
B = 52.07%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D00CEF (or 0xD00CEF) is known color: Psychedelic Purple. HEX triplet: D0, 0C and EF. RGB value is (208,12,239). Sum of RGB (Red+Green+Blue) = 208+12+239=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #D00CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CEF is #2FF310. Grayscale: #5F5F5F. Windows color (decimal): -3142417 or 15666384. OLE color: 15666384.

HSL color Cylindrical-coordinate representation of color #D00CEF: hue angle of 291.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CEF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 12 239 -
CMYK 0.13 0.95 0 0.06
HSL 291.81º 0.9% 0.49% -
HSV(B) 291.81º 0.95% 0.94% -
XYZ 41.72 19.9 83.3 -
YUV 96.48 208.43 207.54 -
System Red Green Blue C M Y K H S L
Decimal 208 12 239 0.13 0.95 0 0.06 291.81 0.9 0.49
Hex D0 C EF D 5F 0 6 124 5A 31
Octal 320 14 357 15 137 0 6 444 132 61
Binary 11010000 1100 11101111 1101 1011111 0 110 100100100 1011010 110001

Color Harmonies of #D00CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CEF

Black with #D00CEF

Text Example


Text Example

White with #D00CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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