#D63174

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

Shades of Deep Cerise #D63174

Tints of Deep Cerise #D63174

Color information

#D63174 (or 0xD63174) is unknown color: approx Deep Cerise. HEX triplet: D6, 31 and 74. RGB value is (214,49,116). Sum of RGB (Red+Green+Blue) = 214+49+116=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63174 is #29CE8B. Grayscale: #696969. Windows color (decimal): -2739852 or 7614934. OLE color: 7614934.

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

Color convert

RGB21449116-
CMYK00.770.460.16
HSL335.64º66.8%51.57%-
HSV(B)335.64º77.1%83.92%-
XYZ31.9817.7518.26-
YUV105.97133.66205.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 49 (19.53% from 255) = 12.93%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=56.46%
G=12.93%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144911600.770.460.16335.6466.851.57
HexD6317404D2E101504334
Octal326611640115562052010364
Binary11010110110001111010001001101101110100001010100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63174; }

 p { color: rgb(214,49,116); }

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

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

 a { background-color: rgb(214,49,116); }

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

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

 span { border-color: rgb(214,49,116); }

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