#DF1D94

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

Shades of Deep Cerise #DF1D94

Tints of Deep Cerise #DF1D94

Color information

#DF1D94 (or 0xDF1D94) is unknown color: approx Deep Cerise. HEX triplet: DF, 1D and 94. RGB value is (223,29,148). Sum of RGB (Red+Green+Blue) = 223+29+148=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1D94 is #20E26B. Grayscale: #646464. Windows color (decimal): -2155116 or 9706975. OLE color: 9706975.

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

Color convert

RGB22329148-
CMYK00.870.340.13
HSL323.2º76.98%49.41%-
HSV(B)323.2º87%87.45%-
XYZ36.2218.729.72-
YUV100.57154.77215.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 29 (11.72% from 255) = 7.25%
BLUE value IS 148 (58.20% from 255) = 37%
R=55.75%
G=7.25%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232914800.870.340.13323.276.9849.41
HexDF1D9405722D1434d31
Octal337352240127421550311561
Binary1101111111101100101000101011110001011011010000111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1D94; }

 p { color: rgb(223,29,148); }

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

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

 a { background-color: rgb(223,29,148); }

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

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

 span { border-color: rgb(223,29,148); }

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