Shades of Persian Rose #D632B0
Tints of Persian Rose #D632B0
RGB
CMYK
RGB Variations
Color information
#D632B0 (or 0xD632B0) is known color: Persian Rose. HEX triplet: D6, 32 and B0. RGB value is (214,50,176). Sum of RGB (Red+Green+Blue) = 214+50+176=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D632B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632B0 is #29CD4F. Grayscale: #717171. Windows color (decimal): -2739536 or 11547350. OLE color: 11547350.
HSL color Cylindrical-coordinate representation of color #D632B0: hue angle of 313.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632B0 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 176 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.16 |
| HSL | 313.9º | 0.67% | 0.52% | - |
| HSV(B) | 313.9º | 0.77% | 0.84% | - |
| XYZ | 36.71 | 19.71 | 42.94 | - |
| YUV | 113.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 176 | 0 | 0.77 | 0.18 | 0.16 | 313.9 | 0.67 | 0.52 |
| Hex | D6 | 32 | B0 | 0 | 4D | 12 | 10 | 13A | 43 | 34 |
| Octal | 326 | 62 | 260 | 0 | 115 | 22 | 20 | 472 | 103 | 64 |
| Binary | 11010110 | 110010 | 10110000 | 0 | 1001101 | 10010 | 10000 | 100111010 | 1000011 | 110100 |
Color Harmonies of #D632B0
Complementary color
Monochromatic Colors of #D632B0
Black with #D632B0
Text Example
Text Example
White with #D632B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632B0; }
p { color: rgb(214,50,176); }
H1.HeaderClassName
{
color: #D632B0;
}
.AnyTagClassName
{
color: #D632B0;
}
</style>
background-color css
<style>
a { background-color: #D632B0; }
a { background-color: rgb(214,50,176); }
div.DivClassName
{
background-color: #D632B0;
}
.BgClassName
{
background-color: #D632B0;
}
</style>
border-color css
<style>
span { border-color: #D632B0; }
span { border-color: rgb(214,50,176); }
td.TdClassName
{
border-color: #D632B0;
}
.TagClassName
{
border-color: #D632B0;
}
</style>