Html Css Color HEX #DA475C Mandy

📋 copy color: '#DA475C'

red 218 ◦ green 71 ◦ blue 92

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

Shades of Mandy #DA475C

Tints of Mandy #DA475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 57.22%
G = 18.64%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA475C (or 0xDA475C) is known color: Mandy. HEX triplet: DA, 47 and 5C. RGB value is (218,71,92). Sum of RGB (Red+Green+Blue) = 218+71+92=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA475C is #25B8A3. Grayscale: #757575. Windows color (decimal): -2472100 or 6047706. OLE color: 6047706.

HSL color Cylindrical-coordinate representation of color #DA475C: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA475C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 92 -
CMYK 0 0.67 0.58 0.15
HSL 351.43º 0.67% 0.57% -
HSV(B) 351.43º 0.67% 0.85% -
XYZ 33.1 20.18 12.28 -
YUV 117.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 218 71 92 0 0.67 0.58 0.15 351.43 0.67 0.57
Hex DA 47 5C 0 43 3A F 15F 43 39
Octal 332 107 134 0 103 72 17 537 103 71
Binary 11011010 1000111 1011100 0 1000011 111010 1111 101011111 1000011 111001

Color Harmonies of #DA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA475C

Black with #DA475C

Text Example


Text Example

White with #DA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA475C; }

 p { color: rgb(218,71,92); }

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

background-color css

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

 a { background-color: rgb(218,71,92); }

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

border-color css

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

 span { border-color: rgb(218,71,92); }

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