#D62277

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

Shades of Deep Cerise #D62277

Tints of Deep Cerise #D62277

Color information

#D62277 (or 0xD62277) is unknown color: approx Deep Cerise. HEX triplet: D6, 22 and 77. RGB value is (214,34,119). Sum of RGB (Red+Green+Blue) = 214+34+119=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62277 is #29DD88. Grayscale: #616161. Windows color (decimal): -2743689 or 7807702. OLE color: 7807702.

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

Color convert

RGB21434119-
CMYK00.840.440.16
HSL331.67º72.58%48.63%-
HSV(B)331.67º84.11%83.92%-
XYZ31.6316.7719.02-
YUV97.51140.13211.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=58.31%
G=9.26%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143411900.840.440.16331.6772.5848.63
HexD622770542C1014c4931
Octal326421670124542051411161
Binary11010110100010111011101010100101100100001010011001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62277; }

 p { color: rgb(214,34,119); }

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

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

 a { background-color: rgb(214,34,119); }

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

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

 span { border-color: rgb(214,34,119); }

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