Html Css Color HEX #DA485F Mandy

📋 copy color: '#DA485F'

red 218 ◦ green 72 ◦ blue 95

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

Shades of Mandy #DA485F

Tints of Mandy #DA485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 56.62%
G = 18.7%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA485F (or 0xDA485F) is known color: Mandy. HEX triplet: DA, 48 and 5F. RGB value is (218,72,95). Sum of RGB (Red+Green+Blue) = 218+72+95=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA485F is #25B7A0. Grayscale: #767676. Windows color (decimal): -2471841 or 6244570. OLE color: 6244570.

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

Color convert

RGB 218 72 95 -
CMYK 0 0.67 0.56 0.15
HSL 350.55º 0.66% 0.57% -
HSV(B) 350.55º 0.67% 0.85% -
XYZ 33.3 20.37 13 -
YUV 118.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 218 72 95 0 0.67 0.56 0.15 350.55 0.66 0.57
Hex DA 48 5F 0 43 38 F 15F 42 39
Octal 332 110 137 0 103 70 17 537 102 71
Binary 11011010 1001000 1011111 0 1000011 111000 1111 101011111 1000010 111001

Color Harmonies of #DA485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA485F

Black with #DA485F

Text Example


Text Example

White with #DA485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA485F; }

 p { color: rgb(218,72,95); }

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

background-color css

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

 a { background-color: rgb(218,72,95); }

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

border-color css

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

 span { border-color: rgb(218,72,95); }

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