Html Css Color HEX #DD0DB5 Shocking Pink

📋 copy color: '#DD0DB5'

red 221 ◦ green 13 ◦ blue 181

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

Shades of Shocking Pink #DD0DB5

Tints of Shocking Pink #DD0DB5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 53.25%
G = 3.13%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD0DB5 (or 0xDD0DB5) is known color: Shocking Pink. HEX triplet: DD, 0D and B5. RGB value is (221,13,181). Sum of RGB (Red+Green+Blue) = 221+13+181=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DB5 is #22F24A. Grayscale: #5D5D5D. Windows color (decimal): -2290251 or 11865565. OLE color: 11865565.

HSL color Cylindrical-coordinate representation of color #DD0DB5: hue angle of 311.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DB5 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 181 -
CMYK 0 0.94 0.18 0.13
HSL 311.54º 0.89% 0.46% -
HSV(B) 311.54º 0.94% 0.87% -
XYZ 38.3 19 45.36 -
YUV 94.34 176.91 218.34 -
System Red Green Blue C M Y K H S L
Decimal 221 13 181 0 0.94 0.18 0.13 311.54 0.89 0.46
Hex DD D B5 0 5E 12 D 138 59 2E
Octal 335 15 265 0 136 22 15 470 131 56
Binary 11011101 1101 10110101 0 1011110 10010 1101 100111000 1011001 101110

Color Harmonies of #DD0DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DB5

Black with #DD0DB5

Text Example


Text Example

White with #DD0DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DB5; }

 p { color: rgb(221,13,181); }

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

background-color css

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

 a { background-color: rgb(221,13,181); }

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

border-color css

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

 span { border-color: rgb(221,13,181); }

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