Html Css Color HEX #DA4861 Mandy

📋 copy color: '#DA4861'

red 218 ◦ green 72 ◦ blue 97

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

Shades of Mandy #DA4861

Tints of Mandy #DA4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 56.33%
G = 18.6%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4861 (or 0xDA4861) is known color: Mandy. HEX triplet: DA, 48 and 61. RGB value is (218,72,97). Sum of RGB (Red+Green+Blue) = 218+72+97=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4861 is #25B79E. Grayscale: #767676. Windows color (decimal): -2471839 or 6375642. OLE color: 6375642.

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

Color convert

RGB 218 72 97 -
CMYK 0 0.67 0.56 0.15
HSL 349.73º 0.66% 0.57% -
HSV(B) 349.73º 0.67% 0.85% -
XYZ 33.39 20.4 13.49 -
YUV 118.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 218 72 97 0 0.67 0.56 0.15 349.73 0.66 0.57
Hex DA 48 61 0 43 38 F 15E 42 39
Octal 332 110 141 0 103 70 17 536 102 71
Binary 11011010 1001000 1100001 0 1000011 111000 1111 101011110 1000010 111001

Color Harmonies of #DA4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4861

Black with #DA4861

Text Example


Text Example

White with #DA4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4861; }

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

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

background-color css

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

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

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

border-color css

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

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

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