#DF2D74

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

Shades of Cerise #DF2D74

Tints of Cerise #DF2D74

Color information

#DF2D74 (or 0xDF2D74) is unknown color: approx Cerise. HEX triplet: DF, 2D and 74. RGB value is (223,45,116). Sum of RGB (Red+Green+Blue) = 223+45+116=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D74 is #20D28B. Grayscale: #6A6A6A. Windows color (decimal): -2151052 or 7613919. OLE color: 7613919.

HSL color Cylindrical-coordinate representation of color #DF2D74: hue angle of 336.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D74 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22345116-
CMYK00.800.480.13
HSL336.07º73.55%52.55%-
HSV(B)336.07º79.82%87.45%-
XYZ34.5218.8318.34-
YUV106.32133.47211.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.07%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=58.07%
G=11.72%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234511600.800.480.13336.0773.5552.55
HexDF2D7405030D1504a35
Octal337551640120601552011265
Binary1101111110110111101000101000011000011011010100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2D74; }

 p { color: rgb(223,45,116); }

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

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

 a { background-color: rgb(223,45,116); }

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

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

 span { border-color: rgb(223,45,116); }

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