Html Css Color HEX #D01EEB Psychedelic Purple

📋 copy color: '#D01EEB'

red 208 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D01EEB

Tints of Psychedelic Purple #D01EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.34%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 43.97%
G = 6.34%
B = 49.68%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D01EEB (or 0xD01EEB) is known color: Psychedelic Purple. HEX triplet: D0, 1E and EB. RGB value is (208,30,235). Sum of RGB (Red+Green+Blue) = 208+30+235=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #D01EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EEB is #2FE114. Grayscale: #696969. Windows color (decimal): -3137813 or 15408848. OLE color: 15408848.

HSL color Cylindrical-coordinate representation of color #D01EEB: hue angle of 292.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EEB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 30 235 -
CMYK 0.11 0.87 0 0.08
HSL 292.1º 0.84% 0.52% -
HSV(B) 292.1º 0.87% 0.92% -
XYZ 41.47 20.34 80.34 -
YUV 106.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 208 30 235 0.11 0.87 0 0.08 292.1 0.84 0.52
Hex D0 1E EB B 57 0 8 124 54 34
Octal 320 36 353 13 127 0 10 444 124 64
Binary 11010000 11110 11101011 1011 1010111 0 1000 100100100 1010100 110100

Color Harmonies of #D01EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EEB

Black with #D01EEB

Text Example


Text Example

White with #D01EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EEB; }

 p { color: rgb(208,30,235); }

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

background-color css

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

 a { background-color: rgb(208,30,235); }

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

border-color css

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

 span { border-color: rgb(208,30,235); }

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