#D63760

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

Shades of Cerise #D63760

Tints of Cerise #D63760

Color information

#D63760 (or 0xD63760) is unknown color: approx Cerise. HEX triplet: D6, 37 and 60. RGB value is (214,55,96). Sum of RGB (Red+Green+Blue) = 214+55+96=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D63760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63760 is #29C89F. Grayscale: #6B6B6B. Windows color (decimal): -2738336 or 6305750. OLE color: 6305750.

HSL color Cylindrical-coordinate representation of color #D63760: hue angle of 344.53º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63760 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2145596-
CMYK00.740.550.16
HSL344.53º65.98%52.75%-
HSV(B)344.53º74.3%83.92%-
XYZ31.2117.8712.87-
YUV107.21121.68204.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=58.63%
G=15.07%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214559600.740.550.16344.5365.9852.75
HexD6376004A37101594235
Octal326671400112672053110265
Binary11010110110111110000001001010110111100001010110011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63760; }

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

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

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

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

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

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

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

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