Html Css Color HEX #DA445F Mandy

📋 copy color: '#DA445F'

red 218 ◦ green 68 ◦ blue 95

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

Shades of Mandy #DA445F

Tints of Mandy #DA445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 57.22%
G = 17.85%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA445F (or 0xDA445F) is known color: Mandy. HEX triplet: DA, 44 and 5F. RGB value is (218,68,95). Sum of RGB (Red+Green+Blue) = 218+68+95=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA445F is #25BBA0. Grayscale: #737373. Windows color (decimal): -2472865 or 6243546. OLE color: 6243546.

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

Color convert

RGB 218 68 95 -
CMYK 0 0.69 0.56 0.15
HSL 349.2º 0.67% 0.56% -
HSV(B) 349.2º 0.69% 0.85% -
XYZ 33.05 19.87 12.92 -
YUV 115.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 218 68 95 0 0.69 0.56 0.15 349.2 0.67 0.56
Hex DA 44 5F 0 45 38 F 15D 43 38
Octal 332 104 137 0 105 70 17 535 103 70
Binary 11011010 1000100 1011111 0 1000101 111000 1111 101011101 1000011 111000

Color Harmonies of #DA445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA445F

Black with #DA445F

Text Example


Text Example

White with #DA445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA445F; }

 p { color: rgb(218,68,95); }

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

background-color css

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

 a { background-color: rgb(218,68,95); }

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

border-color css

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

 span { border-color: rgb(218,68,95); }

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