Html Css Color HEX #DA475D Mandy

📋 copy color: '#DA475D'

red 218 ◦ green 71 ◦ blue 93

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

Shades of Mandy #DA475D

Tints of Mandy #DA475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 57.07%
G = 18.59%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA475D (or 0xDA475D) is known color: Mandy. HEX triplet: DA, 47 and 5D. RGB value is (218,71,93). Sum of RGB (Red+Green+Blue) = 218+71+93=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA475D is #25B8A2. Grayscale: #757575. Windows color (decimal): -2472099 or 6113242. OLE color: 6113242.

HSL color Cylindrical-coordinate representation of color #DA475D: hue angle of 351.02º 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 #DA475D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 93 -
CMYK 0 0.67 0.57 0.15
HSL 351.02º 0.67% 0.57% -
HSV(B) 351.02º 0.67% 0.85% -
XYZ 33.14 20.2 12.51 -
YUV 117.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 218 71 93 0 0.67 0.57 0.15 351.02 0.67 0.57
Hex DA 47 5D 0 43 39 F 15F 43 39
Octal 332 107 135 0 103 71 17 537 103 71
Binary 11011010 1000111 1011101 0 1000011 111001 1111 101011111 1000011 111001

Color Harmonies of #DA475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA475D

Black with #DA475D

Text Example


Text Example

White with #DA475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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