Html Css Color HEX #DA4661 Mandy

📋 copy color: '#DA4661'

red 218 ◦ green 70 ◦ blue 97

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

Shades of Mandy #DA4661

Tints of Mandy #DA4661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 56.62%
G = 18.18%
B = 25.19%

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

#DA4661 (or 0xDA4661) is known color: Mandy. HEX triplet: DA, 46 and 61. RGB value is (218,70,97). Sum of RGB (Red+Green+Blue) = 218+70+97=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4661 is #25B99E. Grayscale: #757575. Windows color (decimal): -2472351 or 6375130. OLE color: 6375130.

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

Color convert

RGB 218 70 97 -
CMYK 0 0.68 0.56 0.15
HSL 349.05º 0.67% 0.56% -
HSV(B) 349.05º 0.68% 0.85% -
XYZ 33.26 20.15 13.45 -
YUV 117.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 218 70 97 0 0.68 0.56 0.15 349.05 0.67 0.56
Hex DA 46 61 0 44 38 F 15D 43 38
Octal 332 106 141 0 104 70 17 535 103 70
Binary 11011010 1000110 1100001 0 1000100 111000 1111 101011101 1000011 111000

Color Harmonies of #DA4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4661

Black with #DA4661

Text Example


Text Example

White with #DA4661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4661; }

 p { color: rgb(218,70,97); }

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

background-color css

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

 a { background-color: rgb(218,70,97); }

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

border-color css

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

 span { border-color: rgb(218,70,97); }

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