Html Css Color HEX #DA3F60 Cerise

📋 copy color: '#DA3F60'

red 218 ◦ green 63 ◦ blue 96

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

Shades of Cerise #DA3F60

Tints of Cerise #DA3F60

RGB

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

 GREEN value IS 63 (25% from 255) = 16.71%

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

R = 57.82%
G = 16.71%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA3F60 (or 0xDA3F60) is known color: Cerise. HEX triplet: DA, 3F and 60. RGB value is (218,63,96). Sum of RGB (Red+Green+Blue) = 218+63+96=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F60 is #25C09F. Grayscale: #717171. Windows color (decimal): -2474144 or 6307802. OLE color: 6307802.

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

Color convert

RGB 218 63 96 -
CMYK 0 0.71 0.56 0.15
HSL 347.23º 0.68% 0.55% -
HSV(B) 347.23º 0.71% 0.85% -
XYZ 32.8 19.3 13.06 -
YUV 113.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 218 63 96 0 0.71 0.56 0.15 347.23 0.68 0.55
Hex DA 3F 60 0 47 38 F 15B 44 37
Octal 332 77 140 0 107 70 17 533 104 67
Binary 11011010 111111 1100000 0 1000111 111000 1111 101011011 1000100 110111

Color Harmonies of #DA3F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F60

Black with #DA3F60

Text Example


Text Example

White with #DA3F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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