Html Css Color HEX #DA4C58 Mandy

📋 copy color: '#DA4C58'

red 218 ◦ green 76 ◦ blue 88

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

Shades of Mandy #DA4C58

Tints of Mandy #DA4C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 57.07%
G = 19.9%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA4C58 (or 0xDA4C58) is known color: Mandy. HEX triplet: DA, 4C and 58. RGB value is (218,76,88). Sum of RGB (Red+Green+Blue) = 218+76+88=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C58 is #25B3A7. Grayscale: #777777. Windows color (decimal): -2470824 or 5786842. OLE color: 5786842.

HSL color Cylindrical-coordinate representation of color #DA4C58: hue angle of 354.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C58 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 88 -
CMYK 0 0.65 0.60 0.15
HSL 354.93º 0.66% 0.58% -
HSV(B) 354.93º 0.65% 0.85% -
XYZ 33.26 20.78 11.49 -
YUV 119.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 218 76 88 0 0.65 0.60 0.15 354.93 0.66 0.58
Hex DA 4C 58 0 41 3C F 163 42 3A
Octal 332 114 130 0 101 74 17 543 102 72
Binary 11011010 1001100 1011000 0 1000001 111100 1111 101100011 1000010 111010

Color Harmonies of #DA4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C58

Black with #DA4C58

Text Example


Text Example

White with #DA4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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