#DA3D6A

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

Shades of Cerise #DA3D6A

Tints of Cerise #DA3D6A

Color information

#DA3D6A (or 0xDA3D6A) is unknown color: approx Cerise. HEX triplet: DA, 3D and 6A. RGB value is (218,61,106). Sum of RGB (Red+Green+Blue) = 218+61+106=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D6A is #25C295. Grayscale: #717171. Windows color (decimal): -2474646 or 6962650. OLE color: 6962650.

HSL color Cylindrical-coordinate representation of color #DA3D6A: hue angle of 342.8º 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 #DA3D6A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB21861106-
CMYK00.720.510.15
HSL342.8º67.97%54.71%-
HSV(B)342.8º72.02%85.49%-
XYZ33.1819.2815.61-
YUV113.07124.01202.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=56.62%
G=15.84%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186110600.720.510.15342.867.9754.71
HexDA3D6A04833F1574437
Octal332751520110631752710467
Binary1101101011110111010100100100011001111111010101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3D6A; }

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

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

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

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

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

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

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

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