Html Css Color HEX #D5525A Mandy

📋 copy color: '#D5525A'

red 213 ◦ green 82 ◦ blue 90

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

Shades of Mandy #D5525A

Tints of Mandy #D5525A

RGB

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

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

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

R = 55.32%
G = 21.3%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5525A (or 0xD5525A) is known color: Mandy. HEX triplet: D5, 52 and 5A. RGB value is (213,82,90). Sum of RGB (Red+Green+Blue) = 213+82+90=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5525A is #2AADA5. Grayscale: #7A7A7A. Windows color (decimal): -2796966 or 5919445. OLE color: 5919445.

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

Color convert

RGB 213 82 90 -
CMYK 0 0.62 0.58 0.16
HSL 356.34º 0.61% 0.58% -
HSV(B) 356.34º 0.62% 0.84% -
XYZ 32.3 20.92 12.01 -
YUV 122.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 213 82 90 0 0.62 0.58 0.16 356.34 0.61 0.58
Hex D5 52 5A 0 3E 3A 10 164 3D 3A
Octal 325 122 132 0 76 72 20 544 75 72
Binary 11010101 1010010 1011010 0 111110 111010 10000 101100100 111101 111010

Color Harmonies of #D5525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5525A

Black with #D5525A

Text Example


Text Example

White with #D5525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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