Html Css Color HEX #DA525F Mandy

📋 copy color: '#DA525F'

red 218 ◦ green 82 ◦ blue 95

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

Shades of Mandy #DA525F

Tints of Mandy #DA525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 55.19%
G = 20.76%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA525F (or 0xDA525F) is known color: Mandy. HEX triplet: DA, 52 and 5F. RGB value is (218,82,95). Sum of RGB (Red+Green+Blue) = 218+82+95=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA525F is #25ADA0. Grayscale: #7C7C7C. Windows color (decimal): -2469281 or 6247130. OLE color: 6247130.

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

Color convert

RGB 218 82 95 -
CMYK 0 0.62 0.56 0.15
HSL 354.26º 0.65% 0.59% -
HSV(B) 354.26º 0.62% 0.85% -
XYZ 34 21.77 13.24 -
YUV 124.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 218 82 95 0 0.62 0.56 0.15 354.26 0.65 0.59
Hex DA 52 5F 0 3E 38 F 162 41 3B
Octal 332 122 137 0 76 70 17 542 101 73
Binary 11011010 1010010 1011111 0 111110 111000 1111 101100010 1000001 111011

Color Harmonies of #DA525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA525F

Black with #DA525F

Text Example


Text Example

White with #DA525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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