Html Css Color HEX #DA3560 Cerise

📋 copy color: '#DA3560'

red 218 ◦ green 53 ◦ blue 96

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

Shades of Cerise #DA3560

Tints of Cerise #DA3560

RGB

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

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

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

R = 59.4%
G = 14.44%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3560 (or 0xDA3560) is known color: Cerise. HEX triplet: DA, 35 and 60. RGB value is (218,53,96). Sum of RGB (Red+Green+Blue) = 218+53+96=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3560 is #25CA9F. Grayscale: #6B6B6B. Windows color (decimal): -2476704 or 6305242. OLE color: 6305242.

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

Color convert

RGB 218 53 96 -
CMYK 0 0.76 0.56 0.15
HSL 344.36º 0.69% 0.53% -
HSV(B) 344.36º 0.76% 0.85% -
XYZ 32.3 18.3 12.9 -
YUV 107.24 121.66 207 -
System Red Green Blue C M Y K H S L
Decimal 218 53 96 0 0.76 0.56 0.15 344.36 0.69 0.53
Hex DA 35 60 0 4C 38 F 158 45 35
Octal 332 65 140 0 114 70 17 530 105 65
Binary 11011010 110101 1100000 0 1001100 111000 1111 101011000 1000101 110101

Color Harmonies of #DA3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3560

Black with #DA3560

Text Example


Text Example

White with #DA3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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