Html Css Color HEX #DA4958 Mandy

📋 copy color: '#DA4958'

red 218 ◦ green 73 ◦ blue 88

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

Shades of Mandy #DA4958

Tints of Mandy #DA4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 57.52%
G = 19.26%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA4958 (or 0xDA4958) is known color: Mandy. HEX triplet: DA, 49 and 58. RGB value is (218,73,88). Sum of RGB (Red+Green+Blue) = 218+73+88=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4958 is #25B6A7. Grayscale: #767676. Windows color (decimal): -2471592 or 5786074. OLE color: 5786074.

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

Color convert

RGB 218 73 88 -
CMYK 0 0.67 0.60 0.15
HSL 353.79º 0.66% 0.57% -
HSV(B) 353.79º 0.67% 0.85% -
XYZ 33.06 20.38 11.42 -
YUV 118.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 218 73 88 0 0.67 0.60 0.15 353.79 0.66 0.57
Hex DA 49 58 0 43 3C F 162 42 39
Octal 332 111 130 0 103 74 17 542 102 71
Binary 11011010 1001001 1011000 0 1000011 111100 1111 101100010 1000010 111001

Color Harmonies of #DA4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4958

Black with #DA4958

Text Example


Text Example

White with #DA4958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4958; }

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

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

background-color css

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

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

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

border-color css

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

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

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