Shades of Persian Pink #D279B3
Tints of Persian Pink #D279B3
RGB
CMYK
RGB Variations
Color information
#D279B3 (or 0xD279B3) is known color: Persian Pink. HEX triplet: D2, 79 and B3. RGB value is (210,121,179). Sum of RGB (Red+Green+Blue) = 210+121+179=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D279B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279B3 is #2D864C. Grayscale: #9A9A9A. Windows color (decimal): -2983501 or 11762130. OLE color: 11762130.
HSL color Cylindrical-coordinate representation of color #D279B3: hue angle of 320.9º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279B3 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 179 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.18 |
| HSL | 320.9º | 0.5% | 0.65% | - |
| HSV(B) | 320.9º | 0.42% | 0.82% | - |
| XYZ | 41.55 | 30.63 | 46.37 | - |
| YUV | 154.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 179 | 0 | 0.42 | 0.15 | 0.18 | 320.9 | 0.5 | 0.65 |
| Hex | D2 | 79 | B3 | 0 | 2A | F | 12 | 141 | 32 | 41 |
| Octal | 322 | 171 | 263 | 0 | 52 | 17 | 22 | 501 | 62 | 101 |
| Binary | 11010010 | 1111001 | 10110011 | 0 | 101010 | 1111 | 10010 | 101000001 | 110010 | 1000001 |
Color Harmonies of #D279B3
Complementary color
Monochromatic Colors of #D279B3
Black with #D279B3
Text Example
Text Example
White with #D279B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279B3; }
p { color: rgb(210,121,179); }
H1.HeaderClassName
{
color: #D279B3;
}
.AnyTagClassName
{
color: #D279B3;
}
</style>
background-color css
<style>
a { background-color: #D279B3; }
a { background-color: rgb(210,121,179); }
div.DivClassName
{
background-color: #D279B3;
}
.BgClassName
{
background-color: #D279B3;
}
</style>
border-color css
<style>
span { border-color: #D279B3; }
span { border-color: rgb(210,121,179); }
td.TdClassName
{
border-color: #D279B3;
}
.TagClassName
{
border-color: #D279B3;
}
</style>