#D4375E

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

Shades of Cerise #D4375E

Tints of Cerise #D4375E

Color information

#D4375E (or 0xD4375E) is unknown color: approx Cerise. HEX triplet: D4, 37 and 5E. RGB value is (212,55,94). Sum of RGB (Red+Green+Blue) = 212+55+94=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4375E is #2BC8A1. Grayscale: #6A6A6A. Windows color (decimal): -2869410 or 6174676. OLE color: 6174676.

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

Color convert

RGB2125594-
CMYK00.740.560.17
HSL345.1º64.61%52.35%-
HSV(B)345.1º74.06%83.14%-
XYZ30.5417.5412.37-
YUV106.39121.01203.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=58.73%
G=15.24%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212559400.740.560.17345.164.6152.35
HexD4375E04A38111594134
Octal324671360112702153110164
Binary11010100110111101111001001010111000100011010110011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4375E; }

 p { color: rgb(212,55,94); }

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

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

 a { background-color: rgb(212,55,94); }

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

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

 span { border-color: rgb(212,55,94); }

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