#D4316F

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

Shades of Cerise #D4316F

Tints of Cerise #D4316F

Color information

#D4316F (or 0xD4316F) is unknown color: approx Cerise. HEX triplet: D4, 31 and 6F. RGB value is (212,49,111). Sum of RGB (Red+Green+Blue) = 212+49+111=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4316F is #2BCE90. Grayscale: #686868. Windows color (decimal): -2870929 or 7287252. OLE color: 7287252.

HSL color Cylindrical-coordinate representation of color #D4316F: hue angle of 337.18º 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 #D4316F is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21249111-
CMYK00.770.480.17
HSL337.18º65.46%51.18%-
HSV(B)337.18º76.89%83.14%-
XYZ31.1217.3416.75-
YUV104.8131.5204.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.99%
GREEN value IS 49 (19.53% from 255) = 13.17%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=56.99%
G=13.17%
B=29.84%

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
Decimal2124911100.770.480.17337.1865.4651.18
HexD4316F04D30111514133
Octal324611570115602152110163
Binary11010100110001110111101001101110000100011010100011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4316F; }

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

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

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

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

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

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

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

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