#D43760

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

Shades of Cerise #D43760

Tints of Cerise #D43760

Color information

#D43760 (or 0xD43760) is unknown color: approx Cerise. HEX triplet: D4, 37 and 60. RGB value is (212,55,96). Sum of RGB (Red+Green+Blue) = 212+55+96=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43760 is #2BC89F. Grayscale: #6A6A6A. Windows color (decimal): -2869408 or 6305748. OLE color: 6305748.

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

Color convert

RGB2125596-
CMYK00.740.550.17
HSL344.33º64.61%52.35%-
HSV(B)344.33º74.06%83.14%-
XYZ30.6317.5712.84-
YUV106.62122.01203.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.40%
GREEN value IS 55 (21.88% from 255) = 15.15%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=58.40%
G=15.15%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212559600.740.550.17344.3364.6152.35
HexD4376004A37111584134
Octal324671400112672153010164
Binary11010100110111110000001001010110111100011010110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43760; }

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

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

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

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

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

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

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

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