#DF2672

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

Shades of Cerise #DF2672

Tints of Cerise #DF2672

Color information

#DF2672 (or 0xDF2672) is unknown color: approx Cerise. HEX triplet: DF, 26 and 72. RGB value is (223,38,114). Sum of RGB (Red+Green+Blue) = 223+38+114=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2672 is #20D98D. Grayscale: #656565. Windows color (decimal): -2152846 or 7481055. OLE color: 7481055.

HSL color Cylindrical-coordinate representation of color #DF2672: hue angle of 335.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2672 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22338114-
CMYK00.830.490.13
HSL335.35º74.3%51.18%-
HSV(B)335.35º82.96%87.45%-
XYZ34.1618.2917.65-
YUV101.98134.79214.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=59.47%
G=10.13%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233811400.830.490.13335.3574.351.18
HexDF267205331D14f4a33
Octal337461620123611551711263
Binary1101111110011011100100101001111000111011010011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2672; }

 p { color: rgb(223,38,114); }

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

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

 a { background-color: rgb(223,38,114); }

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

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

 span { border-color: rgb(223,38,114); }

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