Shades of Shocking Pink #DD1CB3
Tints of Shocking Pink #DD1CB3
RGB
CMYK
RGB Variations
Color information
#DD1CB3 (or 0xDD1CB3) is known color: Shocking Pink. HEX triplet: DD, 1C and B3. RGB value is (221,28,179). Sum of RGB (Red+Green+Blue) = 221+28+179=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CB3 is #22E34C. Grayscale: #666666. Windows color (decimal): -2286413 or 11738333. OLE color: 11738333.
HSL color Cylindrical-coordinate representation of color #DD1CB3: hue angle of 313.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CB3 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 179 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.13 |
| HSL | 313.06º | 0.78% | 0.49% | - |
| HSV(B) | 313.06º | 0.87% | 0.87% | - |
| XYZ | 38.37 | 19.46 | 44.38 | - |
| YUV | 102.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 179 | 0 | 0.87 | 0.19 | 0.13 | 313.06 | 0.78 | 0.49 |
| Hex | DD | 1C | B3 | 0 | 57 | 13 | D | 139 | 4E | 31 |
| Octal | 335 | 34 | 263 | 0 | 127 | 23 | 15 | 471 | 116 | 61 |
| Binary | 11011101 | 11100 | 10110011 | 0 | 1010111 | 10011 | 1101 | 100111001 | 1001110 | 110001 |
Color Harmonies of #DD1CB3
Complementary color
Monochromatic Colors of #DD1CB3
Black with #DD1CB3
Text Example
Text Example
White with #DD1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CB3; }
p { color: rgb(221,28,179); }
H1.HeaderClassName
{
color: #DD1CB3;
}
.AnyTagClassName
{
color: #DD1CB3;
}
</style>
background-color css
<style>
a { background-color: #DD1CB3; }
a { background-color: rgb(221,28,179); }
div.DivClassName
{
background-color: #DD1CB3;
}
.BgClassName
{
background-color: #DD1CB3;
}
</style>
border-color css
<style>
span { border-color: #DD1CB3; }
span { border-color: rgb(221,28,179); }
td.TdClassName
{
border-color: #DD1CB3;
}
.TagClassName
{
border-color: #DD1CB3;
}
</style>