#DA3D5F

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

Shades of Cerise #DA3D5F

Tints of Cerise #DA3D5F

Color information

#DA3D5F (or 0xDA3D5F) is unknown color: approx Cerise. HEX triplet: DA, 3D and 5F. RGB value is (218,61,95). Sum of RGB (Red+Green+Blue) = 218+61+95=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D5F is #25C2A0. Grayscale: #6F6F6F. Windows color (decimal): -2474657 or 6241754. OLE color: 6241754.

HSL color Cylindrical-coordinate representation of color #DA3D5F: hue angle of 347.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D5F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2186195-
CMYK00.720.560.15
HSL347.01º67.97%54.71%-
HSV(B)347.01º72.02%85.49%-
XYZ32.6519.0712.79-
YUV111.82118.51203.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.29%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=58.29%
G=16.31%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218619500.720.560.15347.0167.9754.71
HexDA3D5F04838F15b4437
Octal332751370110701753310467
Binary1101101011110110111110100100011100011111010110111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3D5F; }

 p { color: rgb(218,61,95); }

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

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

 a { background-color: rgb(218,61,95); }

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

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

 span { border-color: rgb(218,61,95); }

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