Html Css Color HEX #DA3059 Cerise

📋 copy color: '#DA3059'

red 218 ◦ green 48 ◦ blue 89

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

Shades of Cerise #DA3059

Tints of Cerise #DA3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

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

R = 61.41%
G = 13.52%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA3059 (or 0xDA3059) is known color: Cerise. HEX triplet: DA, 30 and 59. RGB value is (218,48,89). Sum of RGB (Red+Green+Blue) = 218+48+89=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3059 is #25CFA6. Grayscale: #676767. Windows color (decimal): -2477991 or 5845210. OLE color: 5845210.

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

Color convert

RGB 218 48 89 -
CMYK 0 0.78 0.59 0.15
HSL 345.53º 0.7% 0.52% -
HSV(B) 345.53º 0.78% 0.85% -
XYZ 31.77 17.74 11.2 -
YUV 103.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 218 48 89 0 0.78 0.59 0.15 345.53 0.7 0.52
Hex DA 30 59 0 4E 3B F 15A 46 34
Octal 332 60 131 0 116 73 17 532 106 64
Binary 11011010 110000 1011001 0 1001110 111011 1111 101011010 1000110 110100

Color Harmonies of #DA3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3059

Black with #DA3059

Text Example


Text Example

White with #DA3059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3059; }

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

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

background-color css

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

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

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

border-color css

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

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

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