Shades of Deep Cerise #D0268C
Tints of Deep Cerise #D0268C
RGB
CMYK
RGB Variations
Color information
#D0268C (or 0xD0268C) is known color: Deep Cerise. HEX triplet: D0, 26 and 8C. RGB value is (208,38,140). Sum of RGB (Red+Green+Blue) = 208+38+140=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0268C is #2FD973. Grayscale: #646464. Windows color (decimal): -3135860 or 9184976. OLE color: 9184976.
HSL color Cylindrical-coordinate representation of color #D0268C: hue angle of 324º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0268C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 140 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.18 |
| HSL | 324º | 0.69% | 0.48% | - |
| HSV(B) | 324º | 0.82% | 0.82% | - |
| XYZ | 31.44 | 16.69 | 26.38 | - |
| YUV | 100.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 140 | 0 | 0.82 | 0.33 | 0.18 | 324 | 0.69 | 0.48 |
| Hex | D0 | 26 | 8C | 0 | 52 | 21 | 12 | 144 | 45 | 30 |
| Octal | 320 | 46 | 214 | 0 | 122 | 41 | 22 | 504 | 105 | 60 |
| Binary | 11010000 | 100110 | 10001100 | 0 | 1010010 | 100001 | 10010 | 101000100 | 1000101 | 110000 |
Color Harmonies of #D0268C
Complementary color
Monochromatic Colors of #D0268C
Black with #D0268C
Text Example
Text Example
White with #D0268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0268C; }
p { color: rgb(208,38,140); }
H1.HeaderClassName
{
color: #D0268C;
}
.AnyTagClassName
{
color: #D0268C;
}
</style>
background-color css
<style>
a { background-color: #D0268C; }
a { background-color: rgb(208,38,140); }
div.DivClassName
{
background-color: #D0268C;
}
.BgClassName
{
background-color: #D0268C;
}
</style>
border-color css
<style>
span { border-color: #D0268C; }
span { border-color: rgb(208,38,140); }
td.TdClassName
{
border-color: #D0268C;
}
.TagClassName
{
border-color: #D0268C;
}
</style>