#D62281

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

Shades of Deep Cerise #D62281

Tints of Deep Cerise #D62281

Color information

#D62281 (or 0xD62281) is unknown color: approx Deep Cerise. HEX triplet: D6, 22 and 81. RGB value is (214,34,129). Sum of RGB (Red+Green+Blue) = 214+34+129=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D62281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62281 is #29DD7E. Grayscale: #626262. Windows color (decimal): -2743679 or 8463062. OLE color: 8463062.

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

Color convert

RGB21434129-
CMYK00.840.400.16
HSL328.33º72.58%48.63%-
HSV(B)328.33º84.11%83.92%-
XYZ32.2717.0322.35-
YUV98.65145.13210.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 34 (13.67% from 255) = 9.02%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=56.76%
G=9.02%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143412900.840.400.16328.3372.5848.63
HexD6228105428101484931
Octal326422010124502051011161
Binary110101101000101000000101010100101000100001010010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62281; }

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

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

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

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

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

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

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

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