Html Css Color HEX #D01DEC Psychedelic Purple

📋 copy color: '#D01DEC'

red 208 ◦ green 29 ◦ blue 236

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

Shades of Psychedelic Purple #D01DEC

Tints of Psychedelic Purple #D01DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.13%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 43.97%
G = 6.13%
B = 49.89%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D01DEC (or 0xD01DEC) is known color: Psychedelic Purple. HEX triplet: D0, 1D and EC. RGB value is (208,29,236). Sum of RGB (Red+Green+Blue) = 208+29+236=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #D01DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DEC is #2FE213. Grayscale: #696969. Windows color (decimal): -3138068 or 15474128. OLE color: 15474128.

HSL color Cylindrical-coordinate representation of color #D01DEC: hue angle of 291.88º degrees, saturation: 0.84, 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 #D01DEC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 29 236 -
CMYK 0.12 0.88 0 0.07
HSL 291.88º 0.84% 0.52% -
HSV(B) 291.88º 0.88% 0.93% -
XYZ 41.59 20.34 81.09 -
YUV 106.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 208 29 236 0.12 0.88 0 0.07 291.88 0.84 0.52
Hex D0 1D EC C 58 0 7 124 54 34
Octal 320 35 354 14 130 0 7 444 124 64
Binary 11010000 11101 11101100 1100 1011000 0 111 100100100 1010100 110100

Color Harmonies of #D01DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DEC

Black with #D01DEC

Text Example


Text Example

White with #D01DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DEC; }

 p { color: rgb(208,29,236); }

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

background-color css

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

 a { background-color: rgb(208,29,236); }

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

border-color css

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

 span { border-color: rgb(208,29,236); }

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