Html Css Color HEX #DD20EB Psychedelic Purple

📋 copy color: '#DD20EB'

red 221 ◦ green 32 ◦ blue 235

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

Shades of Psychedelic Purple #DD20EB

Tints of Psychedelic Purple #DD20EB

RGB

 RED value IS 221 (86.72% from 255) = 45.29%

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

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

R = 45.29%
G = 6.56%
B = 48.16%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD20EB (or 0xDD20EB) is known color: Psychedelic Purple. HEX triplet: DD, 20 and EB. RGB value is (221,32,235). Sum of RGB (Red+Green+Blue) = 221+32+235=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20EB is #22DF14. Grayscale: #6F6F6F. Windows color (decimal): -2285333 or 15409373. OLE color: 15409373.

HSL color Cylindrical-coordinate representation of color #DD20EB: hue angle of 295.86º 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 #DD20EB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 32 235 -
CMYK 0.06 0.86 0 0.08
HSL 295.86º 0.84% 0.52% -
HSV(B) 295.86º 0.86% 0.92% -
XYZ 45.33 22.4 80.53 -
YUV 111.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 221 32 235 0.06 0.86 0 0.08 295.86 0.84 0.52
Hex DD 20 EB 6 56 0 8 128 54 34
Octal 335 40 353 6 126 0 10 450 124 64
Binary 11011101 100000 11101011 110 1010110 0 1000 100101000 1010100 110100

Color Harmonies of #DD20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20EB

Black with #DD20EB

Text Example


Text Example

White with #DD20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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