#D4316E

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

Shades of Cerise #D4316E

Tints of Cerise #D4316E

Color information

#D4316E (or 0xD4316E) is unknown color: approx Cerise. HEX triplet: D4, 31 and 6E. RGB value is (212,49,110). Sum of RGB (Red+Green+Blue) = 212+49+110=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4316E is #2BCE91. Grayscale: #686868. Windows color (decimal): -2870930 or 7221716. OLE color: 7221716.

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

Color convert

RGB21249110-
CMYK00.770.480.17
HSL337.55º65.46%51.18%-
HSV(B)337.55º76.89%83.14%-
XYZ31.0617.3216.46-
YUV104.69131204.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=57.14%
G=13.21%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124911000.770.480.17337.5565.4651.18
HexD4316E04D30111524133
Octal324611560115602152210163
Binary11010100110001110111001001101110000100011010100101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4316E; }

 p { color: rgb(212,49,110); }

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

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

 a { background-color: rgb(212,49,110); }

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

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

 span { border-color: rgb(212,49,110); }

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