Shades of Persian Rose #DA2FB1
Tints of Persian Rose #DA2FB1
RGB
CMYK
RGB Variations
Color information
#DA2FB1 (or 0xDA2FB1) is known color: Persian Rose. HEX triplet: DA, 2F and B1. RGB value is (218,47,177). Sum of RGB (Red+Green+Blue) = 218+47+177=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FB1 is #25D04E. Grayscale: #707070. Windows color (decimal): -2478159 or 11612122. OLE color: 11612122.
HSL color Cylindrical-coordinate representation of color #DA2FB1: hue angle of 314.39º degrees, saturation: 0.7, 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 #DA2FB1 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 177 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.15 |
| HSL | 314.39º | 0.7% | 0.52% | - |
| HSV(B) | 314.39º | 0.78% | 0.85% | - |
| XYZ | 37.87 | 20.11 | 43.48 | - |
| YUV | 112.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 177 | 0 | 0.78 | 0.19 | 0.15 | 314.39 | 0.7 | 0.52 |
| Hex | DA | 2F | B1 | 0 | 4E | 13 | F | 13A | 46 | 34 |
| Octal | 332 | 57 | 261 | 0 | 116 | 23 | 17 | 472 | 106 | 64 |
| Binary | 11011010 | 101111 | 10110001 | 0 | 1001110 | 10011 | 1111 | 100111010 | 1000110 | 110100 |
Color Harmonies of #DA2FB1
Complementary color
Monochromatic Colors of #DA2FB1
Black with #DA2FB1
Text Example
Text Example
White with #DA2FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FB1; }
p { color: rgb(218,47,177); }
H1.HeaderClassName
{
color: #DA2FB1;
}
.AnyTagClassName
{
color: #DA2FB1;
}
</style>
background-color css
<style>
a { background-color: #DA2FB1; }
a { background-color: rgb(218,47,177); }
div.DivClassName
{
background-color: #DA2FB1;
}
.BgClassName
{
background-color: #DA2FB1;
}
</style>
border-color css
<style>
span { border-color: #DA2FB1; }
span { border-color: rgb(218,47,177); }
td.TdClassName
{
border-color: #DA2FB1;
}
.TagClassName
{
border-color: #DA2FB1;
}
</style>