Shades of Deep Cerise #D628AB
Tints of Deep Cerise #D628AB
RGB
CMYK
RGB Variations
Color information
#D628AB (or 0xD628AB) is known color: Deep Cerise. HEX triplet: D6, 28 and AB. RGB value is (214,40,171). Sum of RGB (Red+Green+Blue) = 214+40+171=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D628AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628AB is #29D754. Grayscale: #6A6A6A. Windows color (decimal): -2742101 or 11217110. OLE color: 11217110.
HSL color Cylindrical-coordinate representation of color #D628AB: hue angle of 314.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628AB is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 171 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.16 |
| HSL | 314.83º | 0.69% | 0.5% | - |
| HSV(B) | 314.83º | 0.81% | 0.84% | - |
| XYZ | 35.84 | 18.75 | 40.26 | - |
| YUV | 106.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 171 | 0 | 0.81 | 0.20 | 0.16 | 314.83 | 0.69 | 0.5 |
| Hex | D6 | 28 | AB | 0 | 51 | 14 | 10 | 13B | 45 | 32 |
| Octal | 326 | 50 | 253 | 0 | 121 | 24 | 20 | 473 | 105 | 62 |
| Binary | 11010110 | 101000 | 10101011 | 0 | 1010001 | 10100 | 10000 | 100111011 | 1000101 | 110010 |
Color Harmonies of #D628AB
Complementary color
Monochromatic Colors of #D628AB
Black with #D628AB
Text Example
Text Example
White with #D628AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628AB; }
p { color: rgb(214,40,171); }
H1.HeaderClassName
{
color: #D628AB;
}
.AnyTagClassName
{
color: #D628AB;
}
</style>
background-color css
<style>
a { background-color: #D628AB; }
a { background-color: rgb(214,40,171); }
div.DivClassName
{
background-color: #D628AB;
}
.BgClassName
{
background-color: #D628AB;
}
</style>
border-color css
<style>
span { border-color: #D628AB; }
span { border-color: rgb(214,40,171); }
td.TdClassName
{
border-color: #D628AB;
}
.TagClassName
{
border-color: #D628AB;
}
</style>