Html Css Color HEX #DA3960 Cerise

📋 copy color: '#DA3960'

red 218 ◦ green 57 ◦ blue 96

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

Shades of Cerise #DA3960

Tints of Cerise #DA3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

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

R = 58.76%
G = 15.36%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3960 (or 0xDA3960) is known color: Cerise. HEX triplet: DA, 39 and 60. RGB value is (218,57,96). Sum of RGB (Red+Green+Blue) = 218+57+96=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3960 is #25C69F. Grayscale: #6D6D6D. Windows color (decimal): -2475680 or 6306266. OLE color: 6306266.

HSL color Cylindrical-coordinate representation of color #DA3960: hue angle of 345.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3960 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 96 -
CMYK 0 0.74 0.56 0.15
HSL 345.47º 0.69% 0.54% -
HSV(B) 345.47º 0.74% 0.85% -
XYZ 32.49 18.68 12.96 -
YUV 109.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 218 57 96 0 0.74 0.56 0.15 345.47 0.69 0.54
Hex DA 39 60 0 4A 38 F 159 45 36
Octal 332 71 140 0 112 70 17 531 105 66
Binary 11011010 111001 1100000 0 1001010 111000 1111 101011001 1000101 110110

Color Harmonies of #DA3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3960

Black with #DA3960

Text Example


Text Example

White with #DA3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3960; }

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

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

background-color css

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

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

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

border-color css

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

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

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