Html Css Color HEX #DA3060 Cerise

📋 copy color: '#DA3060'

red 218 ◦ green 48 ◦ blue 96

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

Shades of Cerise #DA3060

Tints of Cerise #DA3060

RGB

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

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

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

R = 60.22%
G = 13.26%
B = 26.52%

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

#DA3060 (or 0xDA3060) is known color: Cerise. HEX triplet: DA, 30 and 60. RGB value is (218,48,96). Sum of RGB (Red+Green+Blue) = 218+48+96=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3060 is #25CF9F. Grayscale: #686868. Windows color (decimal): -2477984 or 6303962. OLE color: 6303962.

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

Color convert

RGB 218 48 96 -
CMYK 0 0.78 0.56 0.15
HSL 343.06º 0.7% 0.52% -
HSV(B) 343.06º 0.78% 0.85% -
XYZ 32.08 17.86 12.82 -
YUV 104.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 218 48 96 0 0.78 0.56 0.15 343.06 0.7 0.52
Hex DA 30 60 0 4E 38 F 157 46 34
Octal 332 60 140 0 116 70 17 527 106 64
Binary 11011010 110000 1100000 0 1001110 111000 1111 101010111 1000110 110100

Color Harmonies of #DA3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3060

Black with #DA3060

Text Example


Text Example

White with #DA3060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3060; }

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

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

background-color css

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

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

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

border-color css

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

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

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