Html Css Color HEX #DA3472 Cerise

📋 copy color: '#DA3472'

red 218 ◦ green 52 ◦ blue 114

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

Shades of Cerise #DA3472

Tints of Cerise #DA3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.54%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 56.77%
G = 13.54%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA3472 (or 0xDA3472) is known color: Cerise. HEX triplet: DA, 34 and 72. RGB value is (218,52,114). Sum of RGB (Red+Green+Blue) = 218+52+114=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3472 is #25CB8D. Grayscale: #6C6C6C. Windows color (decimal): -2476942 or 7484634. OLE color: 7484634.

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

Color convert

RGB 218 52 114 -
CMYK 0 0.76 0.48 0.15
HSL 337.59º 0.69% 0.53% -
HSV(B) 337.59º 0.76% 0.85% -
XYZ 33.18 18.58 17.76 -
YUV 108.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 218 52 114 0 0.76 0.48 0.15 337.59 0.69 0.53
Hex DA 34 72 0 4C 30 F 152 45 35
Octal 332 64 162 0 114 60 17 522 105 65
Binary 11011010 110100 1110010 0 1001100 110000 1111 101010010 1000101 110101

Color Harmonies of #DA3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3472

Black with #DA3472

Text Example


Text Example

White with #DA3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3472; }

 p { color: rgb(218,52,114); }

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

background-color css

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

 a { background-color: rgb(218,52,114); }

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

border-color css

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

 span { border-color: rgb(218,52,114); }

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