#D62460

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

Shades of Cerise #D62460

Tints of Cerise #D62460

Color information

#D62460 (or 0xD62460) is unknown color: approx Cerise. HEX triplet: D6, 24 and 60. RGB value is (214,36,96). Sum of RGB (Red+Green+Blue) = 214+36+96=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D62460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62460 is #29DB9F. Grayscale: #606060. Windows color (decimal): -2743200 or 6300886. OLE color: 6300886.

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

Color convert

RGB2143696-
CMYK00.830.550.16
HSL339.78º71.2%49.02%-
HSV(B)339.78º83.18%83.92%-
XYZ30.4716.412.63-
YUV96.06127.97212.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 36 (14.45% from 255) = 10.40%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=61.85%
G=10.40%
B=27.75%

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
Decimal214369600.830.550.16339.7871.249.02
HexD6246005337101544731
Octal326441400123672052410761
Binary11010110100100110000001010011110111100001010101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62460; }

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

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

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

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

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

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

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

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