#DF2675

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

Shades of Deep Cerise #DF2675

Tints of Deep Cerise #DF2675

Color information

#DF2675 (or 0xDF2675) is unknown color: approx Deep Cerise. HEX triplet: DF, 26 and 75. RGB value is (223,38,117). Sum of RGB (Red+Green+Blue) = 223+38+117=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2675 is #20D98A. Grayscale: #666666. Windows color (decimal): -2152843 or 7677663. OLE color: 7677663.

HSL color Cylindrical-coordinate representation of color #DF2675: hue angle of 334.38º 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 #DF2675 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22338117-
CMYK00.830.480.13
HSL334.38º74.3%51.18%-
HSV(B)334.38º82.96%87.45%-
XYZ34.3418.3618.56-
YUV102.32136.29214.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.99%
GREEN value IS 38 (15.23% from 255) = 10.05%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=58.99%
G=10.05%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233811700.830.480.13334.3874.351.18
HexDF267505330D14e4a33
Octal337461650123601551611263
Binary1101111110011011101010101001111000011011010011101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2675; }

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

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

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

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

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

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

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

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