#D62379

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

Shades of Deep Cerise #D62379

Tints of Deep Cerise #D62379

Color information

#D62379 (or 0xD62379) is unknown color: approx Deep Cerise. HEX triplet: D6, 23 and 79. RGB value is (214,35,121). Sum of RGB (Red+Green+Blue) = 214+35+121=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D62379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62379 is #29DC86. Grayscale: #626262. Windows color (decimal): -2743431 or 7939030. OLE color: 7939030.

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

Color convert

RGB21435121-
CMYK00.840.430.16
HSL331.17º71.89%48.82%-
HSV(B)331.17º83.64%83.92%-
XYZ31.7816.8819.67-
YUV98.32140.8210.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 35 (14.06% from 255) = 9.46%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=57.84%
G=9.46%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143512100.840.430.16331.1771.8948.82
HexD623790542B1014b4831
Octal326431710124532051311061
Binary11010110100011111100101010100101011100001010010111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62379; }

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

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

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

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

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

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

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

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