#D62A62

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

Shades of Cerise #D62A62

Tints of Cerise #D62A62

Color information

#D62A62 (or 0xD62A62) is unknown color: approx Cerise. HEX triplet: D6, 2A and 62. RGB value is (214,42,98). Sum of RGB (Red+Green+Blue) = 214+42+98=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A62 is #29D59D. Grayscale: #636363. Windows color (decimal): -2741662 or 6433494. OLE color: 6433494.

HSL color Cylindrical-coordinate representation of color #D62A62: hue angle of 340.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A62 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2144298-
CMYK00.800.540.16
HSL340.47º67.72%50.2%-
HSV(B)340.47º80.37%83.92%-
XYZ30.7616.8313.18-
YUV99.81126.98209.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.45%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=60.45%
G=11.86%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214429800.800.540.16340.4767.7250.2
HexD62A6205036101544432
Octal326521420120662052410462
Binary11010110101010110001001010000110110100001010101001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A62; }

 p { color: rgb(214,42,98); }

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

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

 a { background-color: rgb(214,42,98); }

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

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

 span { border-color: rgb(214,42,98); }

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