Html Css Color HEX #DA3674 Cerise

📋 copy color: '#DA3674'

red 218 ◦ green 54 ◦ blue 116

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

Shades of Cerise #DA3674

Tints of Cerise #DA3674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.92%

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

R = 56.19%
G = 13.92%
B = 29.9%

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

#DA3674 (or 0xDA3674) is known color: Cerise. HEX triplet: DA, 36 and 74. RGB value is (218,54,116). Sum of RGB (Red+Green+Blue) = 218+54+116=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3674 is #25C98B. Grayscale: #6E6E6E. Windows color (decimal): -2476428 or 7616218. OLE color: 7616218.

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

Color convert

RGB 218 54 116 -
CMYK 0 0.75 0.47 0.15
HSL 337.32º 0.69% 0.53% -
HSV(B) 337.32º 0.75% 0.85% -
XYZ 33.39 18.8 18.39 -
YUV 110.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 218 54 116 0 0.75 0.47 0.15 337.32 0.69 0.53
Hex DA 36 74 0 4B 2F F 151 45 35
Octal 332 66 164 0 113 57 17 521 105 65
Binary 11011010 110110 1110100 0 1001011 101111 1111 101010001 1000101 110101

Color Harmonies of #DA3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3674

Black with #DA3674

Text Example


Text Example

White with #DA3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3674; }

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

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

background-color css

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

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

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

border-color css

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

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

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