Html Css Color HEX #DA3559 Cerise

📋 copy color: '#DA3559'

red 218 ◦ green 53 ◦ blue 89

#DA3559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DA3559

Tints of Cerise #DA3559

RGB

 RED value IS 218 (85.55% from 255) = 60.56%

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 60.56%
G = 14.72%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA3559 (or 0xDA3559) is known color: Cerise. HEX triplet: DA, 35 and 59. RGB value is (218,53,89). Sum of RGB (Red+Green+Blue) = 218+53+89=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3559 is #25CAA6. Grayscale: #6A6A6A. Windows color (decimal): -2476711 or 5846490. OLE color: 5846490.

HSL color Cylindrical-coordinate representation of color #DA3559: hue angle of 346.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3559 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 89 -
CMYK 0 0.76 0.59 0.15
HSL 346.91º 0.69% 0.53% -
HSV(B) 346.91º 0.76% 0.85% -
XYZ 31.99 18.17 11.27 -
YUV 106.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 218 53 89 0 0.76 0.59 0.15 346.91 0.69 0.53
Hex DA 35 59 0 4C 3B F 15B 45 35
Octal 332 65 131 0 114 73 17 533 105 65
Binary 11011010 110101 1011001 0 1001100 111011 1111 101011011 1000101 110101

Color Harmonies of #DA3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3559

Black with #DA3559

Text Example


Text Example

White with #DA3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3559; }

 p { color: rgb(218,53,89); }

 H1.HeaderClassName
 {
   color: #DA3559;
 }
 .AnyTagClassName
 {
   color: #DA3559;
 }
</style>

background-color css

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

 a { background-color: rgb(218,53,89); }

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

border-color css

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

 span { border-color: rgb(218,53,89); }

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