#D73274

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

Shades of Cerise #D73274

Tints of Cerise #D73274

Color information

#D73274 (or 0xD73274) is unknown color: approx Cerise. HEX triplet: D7, 32 and 74. RGB value is (215,50,116). Sum of RGB (Red+Green+Blue) = 215+50+116=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D73274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73274 is #28CD8B. Grayscale: #6A6A6A. Windows color (decimal): -2674060 or 7615191. OLE color: 7615191.

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

Color convert

RGB21550116-
CMYK00.770.460.16
HSL336º67.35%51.96%-
HSV(B)336º76.74%84.31%-
XYZ32.3217.9918.29-
YUV106.86133.16205.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.43%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=56.43%
G=13.12%
B=30.45%

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
Decimal2155011600.770.460.1633667.3551.96
HexD7327404D2E101504334
Octal327621640115562052010364
Binary11010111110010111010001001101101110100001010100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73274; }

 p { color: rgb(215,50,116); }

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

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

 a { background-color: rgb(215,50,116); }

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

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

 span { border-color: rgb(215,50,116); }

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