#D03458

Color #D03458 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D03458

Tints of Cerise #D03458

Color information

#D03458 (or 0xD03458) is unknown color: approx Cerise. HEX triplet: D0, 34 and 58. RGB value is (208,52,88). Sum of RGB (Red+Green+Blue) = 208+52+88=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03458 is #2FCBA7. Grayscale: #666666. Windows color (decimal): -3132328 or 5780688. OLE color: 5780688.

HSL color Cylindrical-coordinate representation of color #D03458: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03458 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2085288-
CMYK00.750.580.18
HSL346.15º62.4%50.98%-
HSV(B)346.15º75%81.57%-
XYZ2916.5710.9-
YUV102.75119.68203.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 59.77%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=59.77%
G=14.94%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208528800.750.580.18346.1562.450.98
HexD0345804B3A1215a3e33
Octal32064130011372225327663
Binary1101000011010010110000100101111101010010101011010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03458; }

 p { color: rgb(208,52,88); }

 H1.HeaderClassName
 {
   color: #D03458;
 }
 .AnyTagClassName
 {
   color: #D03458;
 }
</style>
background-color css

<style>
 a { background-color: #D03458; }

 a { background-color: rgb(208,52,88); }

 div.DivClassName
 {
   background-color: #D03458;
 }
 .BgClassName
 {
   background-color: #D03458;
 }
</style>
border-color css

<style>
 span { border-color: #D03458; }

 span { border-color: rgb(208,52,88); }

 td.TdClassName
 {
   border-color: #D03458;
 }
 .TagClassName
 {
   border-color: #D03458;
 }
</style>