Html Css Color HEX #D01EEE Psychedelic Purple

📋 copy color: '#D01EEE'

red 208 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #D01EEE

Tints of Psychedelic Purple #D01EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.3%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 43.7%
G = 6.3%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D01EEE (or 0xD01EEE) is known color: Psychedelic Purple. HEX triplet: D0, 1E and EE. RGB value is (208,30,238). Sum of RGB (Red+Green+Blue) = 208+30+238=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #D01EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EEE is #2FE111. Grayscale: #6A6A6A. Windows color (decimal): -3137810 or 15605456. OLE color: 15605456.

HSL color Cylindrical-coordinate representation of color #D01EEE: hue angle of 291.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EEE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 30 238 -
CMYK 0.13 0.87 0 0.07
HSL 291.35º 0.86% 0.53% -
HSV(B) 291.35º 0.87% 0.93% -
XYZ 41.91 20.51 82.64 -
YUV 106.93 201.97 200.09 -
System Red Green Blue C M Y K H S L
Decimal 208 30 238 0.13 0.87 0 0.07 291.35 0.86 0.53
Hex D0 1E EE D 57 0 7 123 56 35
Octal 320 36 356 15 127 0 7 443 126 65
Binary 11010000 11110 11101110 1101 1010111 0 111 100100011 1010110 110101

Color Harmonies of #D01EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EEE

Black with #D01EEE

Text Example


Text Example

White with #D01EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EEE; }

 p { color: rgb(208,30,238); }

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

background-color css

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

 a { background-color: rgb(208,30,238); }

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

border-color css

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

 span { border-color: rgb(208,30,238); }

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