Html Css Color HEX #DD20B9 Shocking Pink

📋 copy color: '#DD20B9'

red 221 ◦ green 32 ◦ blue 185

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

Shades of Shocking Pink #DD20B9

Tints of Shocking Pink #DD20B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 50.46%
G = 7.31%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD20B9 (or 0xDD20B9) is known color: Shocking Pink. HEX triplet: DD, 20 and B9. RGB value is (221,32,185). Sum of RGB (Red+Green+Blue) = 221+32+185=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20B9 is #22DF46. Grayscale: #696969. Windows color (decimal): -2285383 or 12132573. OLE color: 12132573.

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

Color convert

RGB 221 32 185 -
CMYK 0 0.86 0.16 0.13
HSL 311.43º 0.75% 0.5% -
HSV(B) 311.43º 0.86% 0.87% -
XYZ 39.09 19.91 47.68 -
YUV 105.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 221 32 185 0 0.86 0.16 0.13 311.43 0.75 0.5
Hex DD 20 B9 0 56 10 D 137 4B 32
Octal 335 40 271 0 126 20 15 467 113 62
Binary 11011101 100000 10111001 0 1010110 10000 1101 100110111 1001011 110010

Color Harmonies of #DD20B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20B9

Black with #DD20B9

Text Example


Text Example

White with #DD20B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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