Html Css Color HEX #D5525E Mandy

📋 copy color: '#D5525E'

red 213 ◦ green 82 ◦ blue 94

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

Shades of Mandy #D5525E

Tints of Mandy #D5525E

RGB

 RED value IS 213 (83.59% from 255) = 54.76%

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

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 54.76%
G = 21.08%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5525E (or 0xD5525E) is known color: Mandy. HEX triplet: D5, 52 and 5E. RGB value is (213,82,94). Sum of RGB (Red+Green+Blue) = 213+82+94=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5525E is #2AADA1. Grayscale: #7A7A7A. Windows color (decimal): -2796962 or 6181589. OLE color: 6181589.

HSL color Cylindrical-coordinate representation of color #D5525E: hue angle of 354.5º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5525E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 94 -
CMYK 0 0.62 0.56 0.16
HSL 354.5º 0.61% 0.58% -
HSV(B) 354.5º 0.62% 0.84% -
XYZ 32.48 20.99 12.93 -
YUV 122.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 213 82 94 0 0.62 0.56 0.16 354.5 0.61 0.58
Hex D5 52 5E 0 3E 38 10 163 3D 3A
Octal 325 122 136 0 76 70 20 543 75 72
Binary 11010101 1010010 1011110 0 111110 111000 10000 101100011 111101 111010

Color Harmonies of #D5525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5525E

Black with #D5525E

Text Example


Text Example

White with #D5525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5525E; }

 p { color: rgb(213,82,94); }

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

background-color css

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

 a { background-color: rgb(213,82,94); }

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

border-color css

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

 span { border-color: rgb(213,82,94); }

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