Html Css Color HEX #DA484B Mandy

📋 copy color: '#DA484B'

red 218 ◦ green 72 ◦ blue 75

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

Shades of Mandy #DA484B

Tints of Mandy #DA484B

RGB

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

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

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

R = 59.73%
G = 19.73%
B = 20.55%

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

#DA484B (or 0xDA484B) is known color: Mandy. HEX triplet: DA, 48 and 4B. RGB value is (218,72,75). Sum of RGB (Red+Green+Blue) = 218+72+75=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA484B is #25B7B4. Grayscale: #747474. Windows color (decimal): -2471861 or 4933850. OLE color: 4933850.

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

Color convert

RGB 218 72 75 -
CMYK 0 0.67 0.66 0.15
HSL 358.77º 0.66% 0.57% -
HSV(B) 358.77º 0.67% 0.85% -
XYZ 32.5 20.05 8.81 -
YUV 116 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 218 72 75 0 0.67 0.66 0.15 358.77 0.66 0.57
Hex DA 48 4B 0 43 42 F 167 42 39
Octal 332 110 113 0 103 102 17 547 102 71
Binary 11011010 1001000 1001011 0 1000011 1000010 1111 101100111 1000010 111001

Color Harmonies of #DA484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA484B

Black with #DA484B

Text Example


Text Example

White with #DA484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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