Html Css Color HEX #DA5364 Mandy

📋 copy color: '#DA5364'

red 218 ◦ green 83 ◦ blue 100

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

Shades of Mandy #DA5364

Tints of Mandy #DA5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 54.36%
G = 20.7%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA5364 (or 0xDA5364) is known color: Mandy. HEX triplet: DA, 53 and 64. RGB value is (218,83,100). Sum of RGB (Red+Green+Blue) = 218+83+100=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5364 is #25AC9B. Grayscale: #7D7D7D. Windows color (decimal): -2469020 or 6575066. OLE color: 6575066.

HSL color Cylindrical-coordinate representation of color #DA5364: hue angle of 352.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5364 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 100 -
CMYK 0 0.62 0.54 0.15
HSL 352.44º 0.65% 0.59% -
HSV(B) 352.44º 0.62% 0.85% -
XYZ 34.31 22.01 14.5 -
YUV 125.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 218 83 100 0 0.62 0.54 0.15 352.44 0.65 0.59
Hex DA 53 64 0 3E 36 F 160 41 3B
Octal 332 123 144 0 76 66 17 540 101 73
Binary 11011010 1010011 1100100 0 111110 110110 1111 101100000 1000001 111011

Color Harmonies of #DA5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5364

Black with #DA5364

Text Example


Text Example

White with #DA5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5364; }

 p { color: rgb(218,83,100); }

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

background-color css

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

 a { background-color: rgb(218,83,100); }

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

border-color css

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

 span { border-color: rgb(218,83,100); }

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