Html Css Color HEX #D000EE Psychedelic Purple

📋 copy color: '#D000EE'

red 208 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #D000EE

Tints of Psychedelic Purple #D000EE

RGB

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

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

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

R = 46.64%
G = 0%
B = 53.36%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D000EE (or 0xD000EE) is known color: Psychedelic Purple. HEX triplet: D0, 00 and EE. RGB value is (208,0,238). Sum of RGB (Red+Green+Blue) = 208+0+238=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #D000EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000EE is #2FFF11. Grayscale: #585858. Windows color (decimal): -3145490 or 15597776. OLE color: 15597776.

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

Color convert

RGB 208 0 238 -
CMYK 0.13 1 0 0.07
HSL 292.44º 1% 0.47% -
HSV(B) 292.44º 1% 0.93% -
XYZ 41.45 19.58 82.48 -
YUV 89.32 211.91 212.65 -
System Red Green Blue C M Y K H S L
Decimal 208 0 238 0.13 1 0 0.07 292.44 1 0.47
Hex D0 0 EE D 64 0 7 124 64 2F
Octal 320 0 356 15 144 0 7 444 144 57
Binary 11010000 0 11101110 1101 1100100 0 111 100100100 1100100 101111

Color Harmonies of #D000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000EE

Black with #D000EE

Text Example


Text Example

White with #D000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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