Html Css Color HEX #DD20B8 Shocking Pink

📋 copy color: '#DD20B8'

red 221 ◦ green 32 ◦ blue 184

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

Shades of Shocking Pink #DD20B8

Tints of Shocking Pink #DD20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 50.57%
G = 7.32%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD20B8 (or 0xDD20B8) is known color: Shocking Pink. HEX triplet: DD, 20 and B8. RGB value is (221,32,184). Sum of RGB (Red+Green+Blue) = 221+32+184=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20B8 is #22DF47. Grayscale: #696969. Windows color (decimal): -2285384 or 12067037. OLE color: 12067037.

HSL color Cylindrical-coordinate representation of color #DD20B8: hue angle of 311.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20B8 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 184 -
CMYK 0 0.86 0.17 0.13
HSL 311.75º 0.75% 0.5% -
HSV(B) 311.75º 0.86% 0.87% -
XYZ 38.99 19.87 47.13 -
YUV 105.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 221 32 184 0 0.86 0.17 0.13 311.75 0.75 0.5
Hex DD 20 B8 0 56 11 D 138 4B 32
Octal 335 40 270 0 126 21 15 470 113 62
Binary 11011101 100000 10111000 0 1010110 10001 1101 100111000 1001011 110010

Color Harmonies of #DD20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20B8

Black with #DD20B8

Text Example


Text Example

White with #DD20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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