Html Css Color HEX #DA525B Mandy

📋 copy color: '#DA525B'

red 218 ◦ green 82 ◦ blue 91

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

Shades of Mandy #DA525B

Tints of Mandy #DA525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 55.75%
G = 20.97%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA525B (or 0xDA525B) is known color: Mandy. HEX triplet: DA, 52 and 5B. RGB value is (218,82,91). Sum of RGB (Red+Green+Blue) = 218+82+91=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA525B is #25ADA4. Grayscale: #7B7B7B. Windows color (decimal): -2469285 or 5984986. OLE color: 5984986.

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

Color convert

RGB 218 82 91 -
CMYK 0 0.62 0.58 0.15
HSL 356.03º 0.65% 0.59% -
HSV(B) 356.03º 0.62% 0.85% -
XYZ 33.82 21.7 12.3 -
YUV 123.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 218 82 91 0 0.62 0.58 0.15 356.03 0.65 0.59
Hex DA 52 5B 0 3E 3A F 164 41 3B
Octal 332 122 133 0 76 72 17 544 101 73
Binary 11011010 1010010 1011011 0 111110 111010 1111 101100100 1000001 111011

Color Harmonies of #DA525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA525B

Black with #DA525B

Text Example


Text Example

White with #DA525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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