Html Css Color HEX #DA484C Mandy

📋 copy color: '#DA484C'

red 218 ◦ green 72 ◦ blue 76

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

Shades of Mandy #DA484C

Tints of Mandy #DA484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 59.56%
G = 19.67%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA484C (or 0xDA484C) is known color: Mandy. HEX triplet: DA, 48 and 4C. RGB value is (218,72,76). Sum of RGB (Red+Green+Blue) = 218+72+76=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA484C is #25B7B3. Grayscale: #747474. Windows color (decimal): -2471860 or 4999386. OLE color: 4999386.

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

Color convert

RGB 218 72 76 -
CMYK 0 0.67 0.65 0.15
HSL 358.36º 0.66% 0.57% -
HSV(B) 358.36º 0.67% 0.85% -
XYZ 32.54 20.06 9 -
YUV 116.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 218 72 76 0 0.67 0.65 0.15 358.36 0.66 0.57
Hex DA 48 4C 0 43 41 F 166 42 39
Octal 332 110 114 0 103 101 17 546 102 71
Binary 11011010 1001000 1001100 0 1000011 1000001 1111 101100110 1000010 111001

Color Harmonies of #DA484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA484C

Black with #DA484C

Text Example


Text Example

White with #DA484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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