Html Css Color HEX #D01CEE Psychedelic Purple

📋 copy color: '#D01CEE'

red 208 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #D01CEE

Tints of Psychedelic Purple #D01CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.91%

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

R = 43.88%
G = 5.91%
B = 50.21%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D01CEE (or 0xD01CEE) is known color: Psychedelic Purple. HEX triplet: D0, 1C and EE. RGB value is (208,28,238). Sum of RGB (Red+Green+Blue) = 208+28+238=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #D01CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CEE is #2FE311. Grayscale: #696969. Windows color (decimal): -3138322 or 15604944. OLE color: 15604944.

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

Color convert

RGB 208 28 238 -
CMYK 0.13 0.88 0 0.07
HSL 291.43º 0.86% 0.52% -
HSV(B) 291.43º 0.88% 0.93% -
XYZ 41.86 20.41 82.62 -
YUV 105.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 208 28 238 0.13 0.88 0 0.07 291.43 0.86 0.52
Hex D0 1C EE D 58 0 7 123 56 34
Octal 320 34 356 15 130 0 7 443 126 64
Binary 11010000 11100 11101110 1101 1011000 0 111 100100011 1010110 110100

Color Harmonies of #D01CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CEE

Black with #D01CEE

Text Example


Text Example

White with #D01CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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