Html Css Color HEX #DA4758 Mandy

📋 copy color: '#DA4758'

red 218 ◦ green 71 ◦ blue 88

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

Shades of Mandy #DA4758

Tints of Mandy #DA4758

RGB

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

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

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

R = 57.82%
G = 18.83%
B = 23.34%

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

#DA4758 (or 0xDA4758) is known color: Mandy. HEX triplet: DA, 47 and 58. RGB value is (218,71,88). Sum of RGB (Red+Green+Blue) = 218+71+88=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4758 is #25B8A7. Grayscale: #747474. Windows color (decimal): -2472104 or 5785562. OLE color: 5785562.

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

Color convert

RGB 218 71 88 -
CMYK 0 0.67 0.60 0.15
HSL 353.06º 0.67% 0.57% -
HSV(B) 353.06º 0.67% 0.85% -
XYZ 32.93 20.12 11.38 -
YUV 116.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 218 71 88 0 0.67 0.60 0.15 353.06 0.67 0.57
Hex DA 47 58 0 43 3C F 161 43 39
Octal 332 107 130 0 103 74 17 541 103 71
Binary 11011010 1000111 1011000 0 1000011 111100 1111 101100001 1000011 111001

Color Harmonies of #DA4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4758

Black with #DA4758

Text Example


Text Example

White with #DA4758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4758; }

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

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

background-color css

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

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

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

border-color css

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

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

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