Html Css Color HEX #D01CE9 Psychedelic Purple

📋 copy color: '#D01CE9'

red 208 ◦ green 28 ◦ blue 233

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

Shades of Psychedelic Purple #D01CE9

Tints of Psychedelic Purple #D01CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 44.35%
G = 5.97%
B = 49.68%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D01CE9 (or 0xD01CE9) is known color: Psychedelic Purple. HEX triplet: D0, 1C and E9. RGB value is (208,28,233). Sum of RGB (Red+Green+Blue) = 208+28+233=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #D01CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CE9 is #2FE316. Grayscale: #686868. Windows color (decimal): -3138327 or 15277264. OLE color: 15277264.

HSL color Cylindrical-coordinate representation of color #D01CE9: hue angle of 292.68º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE9 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 28 233 -
CMYK 0.11 0.88 0 0.09
HSL 292.68º 0.82% 0.51% -
HSV(B) 292.68º 0.88% 0.91% -
XYZ 41.14 20.12 78.81 -
YUV 105.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 208 28 233 0.11 0.88 0 0.09 292.68 0.82 0.51
Hex D0 1C E9 B 58 0 9 125 52 33
Octal 320 34 351 13 130 0 11 445 122 63
Binary 11010000 11100 11101001 1011 1011000 0 1001 100100101 1010010 110011

Color Harmonies of #D01CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CE9

Black with #D01CE9

Text Example


Text Example

White with #D01CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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