Html Css Color HEX #DA3159 Cerise

📋 copy color: '#DA3159'

red 218 ◦ green 49 ◦ blue 89

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

Shades of Cerise #DA3159

Tints of Cerise #DA3159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

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

R = 61.24%
G = 13.76%
B = 25%

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

#DA3159 (or 0xDA3159) is known color: Cerise. HEX triplet: DA, 31 and 59. RGB value is (218,49,89). Sum of RGB (Red+Green+Blue) = 218+49+89=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3159 is #25CEA6. Grayscale: #686868. Windows color (decimal): -2477735 or 5845466. OLE color: 5845466.

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

Color convert

RGB 218 49 89 -
CMYK 0 0.78 0.59 0.15
HSL 345.8º 0.7% 0.52% -
HSV(B) 345.8º 0.78% 0.85% -
XYZ 31.81 17.82 11.21 -
YUV 104.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 218 49 89 0 0.78 0.59 0.15 345.8 0.7 0.52
Hex DA 31 59 0 4E 3B F 15A 46 34
Octal 332 61 131 0 116 73 17 532 106 64
Binary 11011010 110001 1011001 0 1001110 111011 1111 101011010 1000110 110100

Color Harmonies of #DA3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3159

Black with #DA3159

Text Example


Text Example

White with #DA3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3159; }

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

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

background-color css

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

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

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

border-color css

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

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

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