Shades of Persian Rose #D62DAF
Tints of Persian Rose #D62DAF
RGB
CMYK
RGB Variations
Color information
#D62DAF (or 0xD62DAF) is known color: Persian Rose. HEX triplet: D6, 2D and AF. RGB value is (214,45,175). Sum of RGB (Red+Green+Blue) = 214+45+175=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DAF is #29D250. Grayscale: #6E6E6E. Windows color (decimal): -2740817 or 11480534. OLE color: 11480534.
HSL color Cylindrical-coordinate representation of color #D62DAF: hue angle of 313.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DAF is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 175 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.16 |
| HSL | 313.85º | 0.67% | 0.51% | - |
| HSV(B) | 313.85º | 0.79% | 0.84% | - |
| XYZ | 36.41 | 19.27 | 42.36 | - |
| YUV | 110.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 175 | 0 | 0.79 | 0.18 | 0.16 | 313.85 | 0.67 | 0.51 |
| Hex | D6 | 2D | AF | 0 | 4F | 12 | 10 | 13A | 43 | 33 |
| Octal | 326 | 55 | 257 | 0 | 117 | 22 | 20 | 472 | 103 | 63 |
| Binary | 11010110 | 101101 | 10101111 | 0 | 1001111 | 10010 | 10000 | 100111010 | 1000011 | 110011 |
Color Harmonies of #D62DAF
Complementary color
Monochromatic Colors of #D62DAF
Black with #D62DAF
Text Example
Text Example
White with #D62DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DAF; }
p { color: rgb(214,45,175); }
H1.HeaderClassName
{
color: #D62DAF;
}
.AnyTagClassName
{
color: #D62DAF;
}
</style>
background-color css
<style>
a { background-color: #D62DAF; }
a { background-color: rgb(214,45,175); }
div.DivClassName
{
background-color: #D62DAF;
}
.BgClassName
{
background-color: #D62DAF;
}
</style>
border-color css
<style>
span { border-color: #D62DAF; }
span { border-color: rgb(214,45,175); }
td.TdClassName
{
border-color: #D62DAF;
}
.TagClassName
{
border-color: #D62DAF;
}
</style>