Html Css Color HEX #DA484F Mandy

📋 copy color: '#DA484F'

red 218 ◦ green 72 ◦ blue 79

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

Shades of Mandy #DA484F

Tints of Mandy #DA484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 59.08%
G = 19.51%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA484F (or 0xDA484F) is known color: Mandy. HEX triplet: DA, 48 and 4F. RGB value is (218,72,79). Sum of RGB (Red+Green+Blue) = 218+72+79=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA484F is #25B7B0. Grayscale: #747474. Windows color (decimal): -2471857 or 5195994. OLE color: 5195994.

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

Color convert

RGB 218 72 79 -
CMYK 0 0.67 0.64 0.15
HSL 357.12º 0.66% 0.57% -
HSV(B) 357.12º 0.67% 0.85% -
XYZ 32.64 20.1 9.56 -
YUV 116.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 218 72 79 0 0.67 0.64 0.15 357.12 0.66 0.57
Hex DA 48 4F 0 43 40 F 165 42 39
Octal 332 110 117 0 103 100 17 545 102 71
Binary 11011010 1001000 1001111 0 1000011 1000000 1111 101100101 1000010 111001

Color Harmonies of #DA484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA484F

Black with #DA484F

Text Example


Text Example

White with #DA484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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