Html Css Color HEX #D9525A Mandy

📋 copy color: '#D9525A'

red 217 ◦ green 82 ◦ blue 90

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

Shades of Mandy #D9525A

Tints of Mandy #D9525A

RGB

 RED value IS 217 (85.16% from 255) = 55.78%

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 55.78%
G = 21.08%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9525A (or 0xD9525A) is known color: Mandy. HEX triplet: D9, 52 and 5A. RGB value is (217,82,90). Sum of RGB (Red+Green+Blue) = 217+82+90=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9525A is #26ADA5. Grayscale: #7B7B7B. Windows color (decimal): -2534822 or 5919449. OLE color: 5919449.

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

Color convert

RGB 217 82 90 -
CMYK 0 0.62 0.59 0.15
HSL 356.44º 0.64% 0.59% -
HSV(B) 356.44º 0.62% 0.85% -
XYZ 33.48 21.52 12.06 -
YUV 123.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 217 82 90 0 0.62 0.59 0.15 356.44 0.64 0.59
Hex D9 52 5A 0 3E 3B F 164 40 3B
Octal 331 122 132 0 76 73 17 544 100 73
Binary 11011001 1010010 1011010 0 111110 111011 1111 101100100 1000000 111011

Color Harmonies of #D9525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9525A

Black with #D9525A

Text Example


Text Example

White with #D9525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9525A; }

 p { color: rgb(217,82,90); }

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

background-color css

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

 a { background-color: rgb(217,82,90); }

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

border-color css

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

 span { border-color: rgb(217,82,90); }

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