Html Css Color HEX #DA4560 Mandy

📋 copy color: '#DA4560'

red 218 ◦ green 69 ◦ blue 96

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

Shades of Mandy #DA4560

Tints of Mandy #DA4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 56.92%
G = 18.02%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4560 (or 0xDA4560) is known color: Mandy. HEX triplet: DA, 45 and 60. RGB value is (218,69,96). Sum of RGB (Red+Green+Blue) = 218+69+96=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4560 is #25BA9F. Grayscale: #747474. Windows color (decimal): -2472608 or 6309338. OLE color: 6309338.

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

Color convert

RGB 218 69 96 -
CMYK 0 0.68 0.56 0.15
HSL 349.13º 0.67% 0.56% -
HSV(B) 349.13º 0.68% 0.85% -
XYZ 33.15 20.01 13.18 -
YUV 116.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 218 69 96 0 0.68 0.56 0.15 349.13 0.67 0.56
Hex DA 45 60 0 44 38 F 15D 43 38
Octal 332 105 140 0 104 70 17 535 103 70
Binary 11011010 1000101 1100000 0 1000100 111000 1111 101011101 1000011 111000

Color Harmonies of #DA4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4560

Black with #DA4560

Text Example


Text Example

White with #DA4560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4560; }

 p { color: rgb(218,69,96); }

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

background-color css

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

 a { background-color: rgb(218,69,96); }

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

border-color css

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

 span { border-color: rgb(218,69,96); }

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