Html Css Color HEX #D00DEE Psychedelic Purple

📋 copy color: '#D00DEE'

red 208 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #D00DEE

Tints of Psychedelic Purple #D00DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

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

R = 45.32%
G = 2.83%
B = 51.85%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D00DEE (or 0xD00DEE) is known color: Psychedelic Purple. HEX triplet: D0, 0D and EE. RGB value is (208,13,238). Sum of RGB (Red+Green+Blue) = 208+13+238=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #D00DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DEE is #2FF211. Grayscale: #606060. Windows color (decimal): -3142162 or 15601104. OLE color: 15601104.

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

Color convert

RGB 208 13 238 -
CMYK 0.13 0.95 0 0.07
HSL 292º 0.9% 0.49% -
HSV(B) 292º 0.95% 0.93% -
XYZ 41.59 19.87 82.53 -
YUV 96.96 207.6 207.2 -
System Red Green Blue C M Y K H S L
Decimal 208 13 238 0.13 0.95 0 0.07 292 0.9 0.49
Hex D0 D EE D 5F 0 7 124 5A 31
Octal 320 15 356 15 137 0 7 444 132 61
Binary 11010000 1101 11101110 1101 1011111 0 111 100100100 1011010 110001

Color Harmonies of #D00DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DEE

Black with #D00DEE

Text Example


Text Example

White with #D00DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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