Shades of Persian Rose #D830B0
Tints of Persian Rose #D830B0
RGB
CMYK
RGB Variations
Color information
#D830B0 (or 0xD830B0) is known color: Persian Rose. HEX triplet: D8, 30 and B0. RGB value is (216,48,176). Sum of RGB (Red+Green+Blue) = 216+48+176=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D830B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D830B0 is #27CF4F. Grayscale: #707070. Windows color (decimal): -2608976 or 11546840. OLE color: 11546840.
HSL color Cylindrical-coordinate representation of color #D830B0: hue angle of 314.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830B0 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 176 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.15 |
| HSL | 314.29º | 0.68% | 0.52% | - |
| HSV(B) | 314.29º | 0.78% | 0.85% | - |
| XYZ | 37.21 | 19.85 | 42.94 | - |
| YUV | 112.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 176 | 0 | 0.78 | 0.19 | 0.15 | 314.29 | 0.68 | 0.52 |
| Hex | D8 | 30 | B0 | 0 | 4E | 13 | F | 13A | 44 | 34 |
| Octal | 330 | 60 | 260 | 0 | 116 | 23 | 17 | 472 | 104 | 64 |
| Binary | 11011000 | 110000 | 10110000 | 0 | 1001110 | 10011 | 1111 | 100111010 | 1000100 | 110100 |
Color Harmonies of #D830B0
Complementary color
Monochromatic Colors of #D830B0
Black with #D830B0
Text Example
Text Example
White with #D830B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830B0; }
p { color: rgb(216,48,176); }
H1.HeaderClassName
{
color: #D830B0;
}
.AnyTagClassName
{
color: #D830B0;
}
</style>
background-color css
<style>
a { background-color: #D830B0; }
a { background-color: rgb(216,48,176); }
div.DivClassName
{
background-color: #D830B0;
}
.BgClassName
{
background-color: #D830B0;
}
</style>
border-color css
<style>
span { border-color: #D830B0; }
span { border-color: rgb(216,48,176); }
td.TdClassName
{
border-color: #D830B0;
}
.TagClassName
{
border-color: #D830B0;
}
</style>