Html Css Color HEX #DA4755 Mandy

📋 copy color: '#DA4755'

red 218 ◦ green 71 ◦ blue 85

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

Shades of Mandy #DA4755

Tints of Mandy #DA4755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 58.29%
G = 18.98%
B = 22.73%

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

#DA4755 (or 0xDA4755) is known color: Mandy. HEX triplet: DA, 47 and 55. RGB value is (218,71,85). Sum of RGB (Red+Green+Blue) = 218+71+85=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4755 is #25B8AA. Grayscale: #747474. Windows color (decimal): -2472107 or 5588954. OLE color: 5588954.

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

Color convert

RGB 218 71 85 -
CMYK 0 0.67 0.61 0.15
HSL 354.29º 0.67% 0.57% -
HSV(B) 354.29º 0.67% 0.85% -
XYZ 32.81 20.07 10.74 -
YUV 116.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 218 71 85 0 0.67 0.61 0.15 354.29 0.67 0.57
Hex DA 47 55 0 43 3D F 162 43 39
Octal 332 107 125 0 103 75 17 542 103 71
Binary 11011010 1000111 1010101 0 1000011 111101 1111 101100010 1000011 111001

Color Harmonies of #DA4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4755

Black with #DA4755

Text Example


Text Example

White with #DA4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4755; }

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

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

background-color css

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

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

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

border-color css

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

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

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