Shades of Cranberry #D23F7A
Tints of Cranberry #D23F7A
RGB
CMYK
RGB Variations
Color information
#D23F7A (or 0xD23F7A) is known color: Cranberry. HEX triplet: D2, 3F and 7A. RGB value is (210,63,122). Sum of RGB (Red+Green+Blue) = 210+63+122=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F7A is #2DC085. Grayscale: #717171. Windows color (decimal): -2998406 or 8011730. OLE color: 8011730.
HSL color Cylindrical-coordinate representation of color #D23F7A: hue angle of 335.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F7A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 122 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.18 |
| HSL | 335.92º | 0.62% | 0.54% | - |
| HSV(B) | 335.92º | 0.7% | 0.82% | - |
| XYZ | 31.87 | 18.66 | 20.33 | - |
| YUV | 113.68 | 132.7 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 122 | 0 | 0.70 | 0.42 | 0.18 | 335.92 | 0.62 | 0.54 |
| Hex | D2 | 3F | 7A | 0 | 46 | 2A | 12 | 150 | 3E | 36 |
| Octal | 322 | 77 | 172 | 0 | 106 | 52 | 22 | 520 | 76 | 66 |
| Binary | 11010010 | 111111 | 1111010 | 0 | 1000110 | 101010 | 10010 | 101010000 | 111110 | 110110 |
Color Harmonies of #D23F7A
Complementary color
Monochromatic Colors of #D23F7A
Black with #D23F7A
Text Example
Text Example
White with #D23F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F7A; }
p { color: rgb(210,63,122); }
H1.HeaderClassName
{
color: #D23F7A;
}
.AnyTagClassName
{
color: #D23F7A;
}
</style>
background-color css
<style>
a { background-color: #D23F7A; }
a { background-color: rgb(210,63,122); }
div.DivClassName
{
background-color: #D23F7A;
}
.BgClassName
{
background-color: #D23F7A;
}
</style>
border-color css
<style>
span { border-color: #D23F7A; }
span { border-color: rgb(210,63,122); }
td.TdClassName
{
border-color: #D23F7A;
}
.TagClassName
{
border-color: #D23F7A;
}
</style>