#df3b5b

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

Shades of Cerise #DF3B5B

Tints of Cerise #DF3B5B

Color information

#DF3B5B (or 0xDF3B5B) is unknown color: approx Cerise. HEX triplet: DF, 3B and 5B. RGB value is (223,59,91). Sum of RGB (Red+Green+Blue) = 223+59+91=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B5B is #20C4A4. Grayscale: #6F6F6F. Windows color (decimal): -2147493 or 5979103. OLE color: 5979103.

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

Color convert

RGB2235991-
CMYK00.740.590.13
HSL348.29º71.93%55.29%-
HSV(B)348.29º73.54%87.45%-
XYZ33.8819.5711.89-
YUV111.68116.33207.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.79%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=59.79%
G=15.82%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223599100.740.590.13348.2971.9355.29
HexDF3B5B04A3BD15c4837
Octal337731330112731553411067
Binary1101111111101110110110100101011101111011010111001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3b5b; }

 p { color: rgb(223,59,91); }

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

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

 a { background-color: rgb(223,59,91); }

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

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

 span { border-color: rgb(223,59,91); }

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