Html Css Color HEX #D00FEA Psychedelic Purple

📋 copy color: '#D00FEA'

red 208 ◦ green 15 ◦ blue 234

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

Shades of Psychedelic Purple #D00FEA

Tints of Psychedelic Purple #D00FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.28%

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

R = 45.51%
G = 3.28%
B = 51.2%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D00FEA (or 0xD00FEA) is known color: Psychedelic Purple. HEX triplet: D0, 0F and EA. RGB value is (208,15,234). Sum of RGB (Red+Green+Blue) = 208+15+234=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #D00FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FEA is #2FF015. Grayscale: #606060. Windows color (decimal): -3141654 or 15339472. OLE color: 15339472.

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

Color convert

RGB 208 15 234 -
CMYK 0.11 0.94 0 0.08
HSL 292.88º 0.88% 0.49% -
HSV(B) 292.88º 0.94% 0.92% -
XYZ 41.03 19.69 79.48 -
YUV 97.67 204.94 206.69 -
System Red Green Blue C M Y K H S L
Decimal 208 15 234 0.11 0.94 0 0.08 292.88 0.88 0.49
Hex D0 F EA B 5E 0 8 125 58 31
Octal 320 17 352 13 136 0 10 445 130 61
Binary 11010000 1111 11101010 1011 1011110 0 1000 100100101 1011000 110001

Color Harmonies of #D00FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FEA

Black with #D00FEA

Text Example


Text Example

White with #D00FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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