#D0375B

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

Shades of Cerise #D0375B

Tints of Cerise #D0375B

Color information

#D0375B (or 0xD0375B) is unknown color: approx Cerise. HEX triplet: D0, 37 and 5B. RGB value is (208,55,91). Sum of RGB (Red+Green+Blue) = 208+55+91=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0375B is #2FC8A4. Grayscale: #686868. Windows color (decimal): -3131557 or 5978064. OLE color: 5978064.

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

Color convert

RGB2085591-
CMYK00.740.560.18
HSL345.88º61.94%51.57%-
HSV(B)345.88º73.56%81.57%-
XYZ29.2716.911.62-
YUV104.85120.19201.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.76%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=58.76%
G=15.54%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208559100.740.560.18345.8861.9451.57
HexD0375B04A381215a3e34
Octal32067133011270225327664
Binary1101000011011110110110100101011100010010101011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0375B; }

 p { color: rgb(208,55,91); }

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

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

 a { background-color: rgb(208,55,91); }

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

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

 span { border-color: rgb(208,55,91); }

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