Html Css Color HEX #DA4754 Mandy

📋 copy color: '#DA4754'

red 218 ◦ green 71 ◦ blue 84

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

Shades of Mandy #DA4754

Tints of Mandy #DA4754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.52%

R = 58.45%
G = 19.03%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA4754 (or 0xDA4754) is known color: Mandy. HEX triplet: DA, 47 and 54. RGB value is (218,71,84). Sum of RGB (Red+Green+Blue) = 218+71+84=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4754 is #25B8AB. Grayscale: #747474. Windows color (decimal): -2472108 or 5523418. OLE color: 5523418.

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

Color convert

RGB 218 71 84 -
CMYK 0 0.67 0.61 0.15
HSL 354.69º 0.67% 0.57% -
HSV(B) 354.69º 0.67% 0.85% -
XYZ 32.77 20.05 10.53 -
YUV 116.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 218 71 84 0 0.67 0.61 0.15 354.69 0.67 0.57
Hex DA 47 54 0 43 3D F 163 43 39
Octal 332 107 124 0 103 75 17 543 103 71
Binary 11011010 1000111 1010100 0 1000011 111101 1111 101100011 1000011 111001

Color Harmonies of #DA4754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4754

Black with #DA4754

Text Example


Text Example

White with #DA4754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4754; }

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

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

background-color css

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

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

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

border-color css

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

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

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