#D62560

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

Shades of Cerise #D62560

Tints of Cerise #D62560

Color information

#D62560 (or 0xD62560) is unknown color: approx Cerise. HEX triplet: D6, 25 and 60. RGB value is (214,37,96). Sum of RGB (Red+Green+Blue) = 214+37+96=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D62560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62560 is #29DA9F. Grayscale: #606060. Windows color (decimal): -2742944 or 6301142. OLE color: 6301142.

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

Color convert

RGB2143796-
CMYK00.830.550.16
HSL340º70.52%49.22%-
HSV(B)340º82.71%83.92%-
XYZ30.516.4612.64-
YUV96.65127.64211.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=61.67%
G=10.66%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214379600.830.550.1634070.5249.22
HexD6256005337101544731
Octal326451400123672052410761
Binary11010110100101110000001010011110111100001010101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62560; }

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

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

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

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

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

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

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

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