Html Css Color HEX #DA4158 Mandy

📋 copy color: '#DA4158'

red 218 ◦ green 65 ◦ blue 88

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

Shades of Mandy #DA4158

Tints of Mandy #DA4158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 58.76%
G = 17.52%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA4158 (or 0xDA4158) is known color: Mandy. HEX triplet: DA, 41 and 58. RGB value is (218,65,88). Sum of RGB (Red+Green+Blue) = 218+65+88=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4158 is #25BEA7. Grayscale: #717171. Windows color (decimal): -2473640 or 5784026. OLE color: 5784026.

HSL color Cylindrical-coordinate representation of color #DA4158: hue angle of 350.98º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4158 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 88 -
CMYK 0 0.70 0.60 0.15
HSL 350.98º 0.67% 0.55% -
HSV(B) 350.98º 0.7% 0.85% -
XYZ 32.57 19.39 11.26 -
YUV 113.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 218 65 88 0 0.70 0.60 0.15 350.98 0.67 0.55
Hex DA 41 58 0 46 3C F 15F 43 37
Octal 332 101 130 0 106 74 17 537 103 67
Binary 11011010 1000001 1011000 0 1000110 111100 1111 101011111 1000011 110111

Color Harmonies of #DA4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4158

Black with #DA4158

Text Example


Text Example

White with #DA4158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4158; }

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

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

background-color css

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

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

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

border-color css

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

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

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