Html Css Color HEX #DA3774 Cerise

📋 copy color: '#DA3774'

red 218 ◦ green 55 ◦ blue 116

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

Shades of Cerise #DA3774

Tints of Cerise #DA3774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 56.04%
G = 14.14%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA3774 (or 0xDA3774) is known color: Cerise. HEX triplet: DA, 37 and 74. RGB value is (218,55,116). Sum of RGB (Red+Green+Blue) = 218+55+116=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3774 is #25C88B. Grayscale: #6E6E6E. Windows color (decimal): -2476172 or 7616474. OLE color: 7616474.

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

Color convert

RGB 218 55 116 -
CMYK 0 0.75 0.47 0.15
HSL 337.55º 0.69% 0.54% -
HSV(B) 337.55º 0.75% 0.85% -
XYZ 33.43 18.9 18.41 -
YUV 110.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 218 55 116 0 0.75 0.47 0.15 337.55 0.69 0.54
Hex DA 37 74 0 4B 2F F 152 45 36
Octal 332 67 164 0 113 57 17 522 105 66
Binary 11011010 110111 1110100 0 1001011 101111 1111 101010010 1000101 110110

Color Harmonies of #DA3774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3774

Black with #DA3774

Text Example


Text Example

White with #DA3774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3774; }

 p { color: rgb(218,55,116); }

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

background-color css

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

 a { background-color: rgb(218,55,116); }

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

border-color css

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

 span { border-color: rgb(218,55,116); }

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