Html Css Color HEX #DA5264 Mandy

📋 copy color: '#DA5264'

red 218 ◦ green 82 ◦ blue 100

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

Shades of Mandy #DA5264

Tints of Mandy #DA5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 54.5%
G = 20.5%
B = 25%

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

#DA5264 (or 0xDA5264) is known color: Mandy. HEX triplet: DA, 52 and 64. RGB value is (218,82,100). Sum of RGB (Red+Green+Blue) = 218+82+100=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5264 is #25AD9B. Grayscale: #7C7C7C. Windows color (decimal): -2469276 or 6574810. OLE color: 6574810.

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

Color convert

RGB 218 82 100 -
CMYK 0 0.62 0.54 0.15
HSL 352.06º 0.65% 0.59% -
HSV(B) 352.06º 0.62% 0.85% -
XYZ 34.23 21.86 14.47 -
YUV 124.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 218 82 100 0 0.62 0.54 0.15 352.06 0.65 0.59
Hex DA 52 64 0 3E 36 F 160 41 3B
Octal 332 122 144 0 76 66 17 540 101 73
Binary 11011010 1010010 1100100 0 111110 110110 1111 101100000 1000001 111011

Color Harmonies of #DA5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5264

Black with #DA5264

Text Example


Text Example

White with #DA5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5264; }

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

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

background-color css

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

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

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

border-color css

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

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

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