Html Css Color HEX #DA474B Mandy

📋 copy color: '#DA474B'

red 218 ◦ green 71 ◦ blue 75

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

Shades of Mandy #DA474B

Tints of Mandy #DA474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 59.89%
G = 19.51%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA474B (or 0xDA474B) is known color: Mandy. HEX triplet: DA, 47 and 4B. RGB value is (218,71,75). Sum of RGB (Red+Green+Blue) = 218+71+75=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA474B is #25B8B4. Grayscale: #737373. Windows color (decimal): -2472117 or 4933594. OLE color: 4933594.

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

Color convert

RGB 218 71 75 -
CMYK 0 0.67 0.66 0.15
HSL 358.37º 0.67% 0.57% -
HSV(B) 358.37º 0.67% 0.85% -
XYZ 32.44 19.92 8.79 -
YUV 115.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 218 71 75 0 0.67 0.66 0.15 358.37 0.67 0.57
Hex DA 47 4B 0 43 42 F 166 43 39
Octal 332 107 113 0 103 102 17 546 103 71
Binary 11011010 1000111 1001011 0 1000011 1000010 1111 101100110 1000011 111001

Color Harmonies of #DA474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA474B

Black with #DA474B

Text Example


Text Example

White with #DA474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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