#D74194

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

Shades of Deep Cerise #D74194

Tints of Deep Cerise #D74194

Color information

#D74194 (or 0xD74194) is unknown color: approx Deep Cerise. HEX triplet: D7, 41 and 94. RGB value is (215,65,148). Sum of RGB (Red+Green+Blue) = 215+65+148=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D74194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74194 is #28BE6B. Grayscale: #777777. Windows color (decimal): -2670188 or 9716183. OLE color: 9716183.

HSL color Cylindrical-coordinate representation of color #D74194: hue angle of 326.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74194 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21565148-
CMYK00.700.310.16
HSL326.8º65.22%54.9%-
HSV(B)326.8º69.77%84.31%-
XYZ35.2620.3730.09-
YUV119.31144.2196.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=50.23%
G=15.19%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156514800.700.310.16326.865.2254.9
HexD741940461F101474137
Octal3271012240106372050710167
Binary110101111000001100101000100011011111100001010001111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74194; }

 p { color: rgb(215,65,148); }

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

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

 a { background-color: rgb(215,65,148); }

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

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

 span { border-color: rgb(215,65,148); }

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