Html Css Color HEX #DA3160 Cerise

📋 copy color: '#DA3160'

red 218 ◦ green 49 ◦ blue 96

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

Shades of Cerise #DA3160

Tints of Cerise #DA3160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 60.06%
G = 13.5%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3160 (or 0xDA3160) is known color: Cerise. HEX triplet: DA, 31 and 60. RGB value is (218,49,96). Sum of RGB (Red+Green+Blue) = 218+49+96=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3160 is #25CE9F. Grayscale: #686868. Windows color (decimal): -2477728 or 6304218. OLE color: 6304218.

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

Color convert

RGB 218 49 96 -
CMYK 0 0.78 0.56 0.15
HSL 343.31º 0.7% 0.52% -
HSV(B) 343.31º 0.78% 0.85% -
XYZ 32.12 17.95 12.84 -
YUV 104.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 218 49 96 0 0.78 0.56 0.15 343.31 0.7 0.52
Hex DA 31 60 0 4E 38 F 157 46 34
Octal 332 61 140 0 116 70 17 527 106 64
Binary 11011010 110001 1100000 0 1001110 111000 1111 101010111 1000110 110100

Color Harmonies of #DA3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3160

Black with #DA3160

Text Example


Text Example

White with #DA3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3160; }

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

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

background-color css

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

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

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

border-color css

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

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

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