#D62E92

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

Shades of Deep Cerise #D62E92

Tints of Deep Cerise #D62E92

Color information

#D62E92 (or 0xD62E92) is unknown color: approx Deep Cerise. HEX triplet: D6, 2E and 92. RGB value is (214,46,146). Sum of RGB (Red+Green+Blue) = 214+46+146=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E92 is #29D16D. Grayscale: #6B6B6B. Windows color (decimal): -2740590 or 9580246. OLE color: 9580246.

HSL color Cylindrical-coordinate representation of color #D62E92: hue angle of 324.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E92 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21446146-
CMYK00.790.320.16
HSL324.29º67.2%50.98%-
HSV(B)324.29º78.5%83.92%-
XYZ33.918.3328.94-
YUV107.63149.66203.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=52.71%
G=11.33%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144614600.790.320.16324.2967.250.98
HexD62E9204F20101444333
Octal326562220117402050410363
Binary110101101011101001001001001111100000100001010001001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62E92; }

 p { color: rgb(214,46,146); }

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

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

 a { background-color: rgb(214,46,146); }

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

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

 span { border-color: rgb(214,46,146); }

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