Html Css Color HEX #DA3C71 Cerise

📋 copy color: '#DA3C71'

red 218 ◦ green 60 ◦ blue 113

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

Shades of Cerise #DA3C71

Tints of Cerise #DA3C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 113 (44.53% from 255) = 28.9%

R = 55.75%
G = 15.35%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA3C71 (or 0xDA3C71) is known color: Cerise. HEX triplet: DA, 3C and 71. RGB value is (218,60,113). Sum of RGB (Red+Green+Blue) = 218+60+113=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C71 is #25C38E. Grayscale: #717171. Windows color (decimal): -2474895 or 7421146. OLE color: 7421146.

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

Color convert

RGB 218 60 113 -
CMYK 0 0.72 0.48 0.15
HSL 339.87º 0.68% 0.55% -
HSV(B) 339.87º 0.72% 0.85% -
XYZ 33.51 19.33 17.59 -
YUV 113.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 218 60 113 0 0.72 0.48 0.15 339.87 0.68 0.55
Hex DA 3C 71 0 48 30 F 154 44 37
Octal 332 74 161 0 110 60 17 524 104 67
Binary 11011010 111100 1110001 0 1001000 110000 1111 101010100 1000100 110111

Color Harmonies of #DA3C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C71

Black with #DA3C71

Text Example


Text Example

White with #DA3C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C71; }

 p { color: rgb(218,60,113); }

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

background-color css

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

 a { background-color: rgb(218,60,113); }

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

border-color css

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

 span { border-color: rgb(218,60,113); }

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