Html Css Color HEX #DA3459 Cerise

📋 copy color: '#DA3459'

red 218 ◦ green 52 ◦ blue 89

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

Shades of Cerise #DA3459

Tints of Cerise #DA3459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

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

R = 60.72%
G = 14.48%
B = 24.79%

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

#DA3459 (or 0xDA3459) is known color: Cerise. HEX triplet: DA, 34 and 59. RGB value is (218,52,89). Sum of RGB (Red+Green+Blue) = 218+52+89=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3459 is #25CBA6. Grayscale: #696969. Windows color (decimal): -2476967 or 5846234. OLE color: 5846234.

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

Color convert

RGB 218 52 89 -
CMYK 0 0.76 0.59 0.15
HSL 346.63º 0.69% 0.53% -
HSV(B) 346.63º 0.76% 0.85% -
XYZ 31.94 18.08 11.26 -
YUV 105.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 218 52 89 0 0.76 0.59 0.15 346.63 0.69 0.53
Hex DA 34 59 0 4C 3B F 15B 45 35
Octal 332 64 131 0 114 73 17 533 105 65
Binary 11011010 110100 1011001 0 1001100 111011 1111 101011011 1000101 110101

Color Harmonies of #DA3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3459

Black with #DA3459

Text Example


Text Example

White with #DA3459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3459; }

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

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

background-color css

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

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

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

border-color css

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

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

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