Html Css Color HEX #D220EB Psychedelic Purple

📋 copy color: '#D220EB'

red 210 ◦ green 32 ◦ blue 235

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

Shades of Psychedelic Purple #D220EB

Tints of Psychedelic Purple #D220EB

RGB

 RED value IS 210 (82.42% from 255) = 44.03%

 GREEN value IS 32 (12.89% from 255) = 6.71%

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

R = 44.03%
G = 6.71%
B = 49.27%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D220EB (or 0xD220EB) is known color: Psychedelic Purple. HEX triplet: D2, 20 and EB. RGB value is (210,32,235). Sum of RGB (Red+Green+Blue) = 210+32+235=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D220EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220EB is #2DDF14. Grayscale: #6B6B6B. Windows color (decimal): -3006229 or 15409362. OLE color: 15409362.

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

Color convert

RGB 210 32 235 -
CMYK 0.11 0.86 0 0.08
HSL 292.61º 0.84% 0.52% -
HSV(B) 292.61º 0.86% 0.92% -
XYZ 42.09 20.73 80.38 -
YUV 108.36 199.47 200.49 -
System Red Green Blue C M Y K H S L
Decimal 210 32 235 0.11 0.86 0 0.08 292.61 0.84 0.52
Hex D2 20 EB B 56 0 8 125 54 34
Octal 322 40 353 13 126 0 10 445 124 64
Binary 11010010 100000 11101011 1011 1010110 0 1000 100100101 1010100 110100

Color Harmonies of #D220EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220EB

Black with #D220EB

Text Example


Text Example

White with #D220EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220EB; }

 p { color: rgb(210,32,235); }

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

background-color css

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

 a { background-color: rgb(210,32,235); }

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

border-color css

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

 span { border-color: rgb(210,32,235); }

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