Html Css Color HEX #DD10B9 Shocking Pink

📋 copy color: '#DD10B9'

red 221 ◦ green 16 ◦ blue 185

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

Shades of Shocking Pink #DD10B9

Tints of Shocking Pink #DD10B9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

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

R = 52.37%
G = 3.79%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD10B9 (or 0xDD10B9) is known color: Shocking Pink. HEX triplet: DD, 10 and B9. RGB value is (221,16,185). Sum of RGB (Red+Green+Blue) = 221+16+185=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B9 is #22EF46. Grayscale: #606060. Windows color (decimal): -2289479 or 12128477. OLE color: 12128477.

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

Color convert

RGB 221 16 185 -
CMYK 0 0.93 0.16 0.13
HSL 310.54º 0.86% 0.46% -
HSV(B) 310.54º 0.93% 0.87% -
XYZ 38.76 19.25 47.57 -
YUV 96.56 177.92 216.76 -
System Red Green Blue C M Y K H S L
Decimal 221 16 185 0 0.93 0.16 0.13 310.54 0.86 0.46
Hex DD 10 B9 0 5D 10 D 137 56 2E
Octal 335 20 271 0 135 20 15 467 126 56
Binary 11011101 10000 10111001 0 1011101 10000 1101 100110111 1010110 101110

Color Harmonies of #DD10B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10B9

Black with #DD10B9

Text Example


Text Example

White with #DD10B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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