#D62370

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

Shades of Cerise #D62370

Tints of Cerise #D62370

Color information

#D62370 (or 0xD62370) is unknown color: approx Cerise. HEX triplet: D6, 23 and 70. RGB value is (214,35,112). Sum of RGB (Red+Green+Blue) = 214+35+112=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D62370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62370 is #29DC8F. Grayscale: #616161. Windows color (decimal): -2743440 or 7349206. OLE color: 7349206.

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

Color convert

RGB21435112-
CMYK00.840.480.16
HSL334.19º71.89%48.82%-
HSV(B)334.19º83.64%83.92%-
XYZ31.2616.6716.9-
YUV97.3136.3211.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.28%
GREEN value IS 35 (14.06% from 255) = 9.70%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=59.28%
G=9.70%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143511200.840.480.16334.1971.8948.82
HexD62370054301014e4831
Octal326431600124602051611061
Binary11010110100011111000001010100110000100001010011101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62370; }

 p { color: rgb(214,35,112); }

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

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

 a { background-color: rgb(214,35,112); }

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

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

 span { border-color: rgb(214,35,112); }

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