Html Css Color HEX #D600EA Psychedelic Purple

📋 copy color: '#D600EA'

red 214 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D600EA

Tints of Psychedelic Purple #D600EA

RGB

 RED value IS 214 (83.98% from 255) = 47.77%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.77%
G = 0%
B = 52.23%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D600EA (or 0xD600EA) is known color: Psychedelic Purple. HEX triplet: D6, 00 and EA. RGB value is (214,0,234). Sum of RGB (Red+Green+Blue) = 214+0+234=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #D600EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600EA is #29FF15. Grayscale: #595959. Windows color (decimal): -2752278 or 15335638. OLE color: 15335638.

HSL color Cylindrical-coordinate representation of color #D600EA: hue angle of 294.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600EA is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 0 234 -
CMYK 0.09 1 0 0.08
HSL 294.87º 1% 0.46% -
HSV(B) 294.87º 1% 0.92% -
XYZ 42.58 20.24 79.5 -
YUV 90.66 208.9 215.97 -
System Red Green Blue C M Y K H S L
Decimal 214 0 234 0.09 1 0 0.08 294.87 1 0.46
Hex D6 0 EA 9 64 0 8 127 64 2E
Octal 326 0 352 11 144 0 10 447 144 56
Binary 11010110 0 11101010 1001 1100100 0 1000 100100111 1100100 101110

Color Harmonies of #D600EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600EA

Black with #D600EA

Text Example


Text Example

White with #D600EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600EA; }

 p { color: rgb(214,0,234); }

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

background-color css

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

 a { background-color: rgb(214,0,234); }

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

border-color css

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

 span { border-color: rgb(214,0,234); }

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