Html Css Color HEX #D5525D Mandy

📋 copy color: '#D5525D'

red 213 ◦ green 82 ◦ blue 93

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

Shades of Mandy #D5525D

Tints of Mandy #D5525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 54.9%
G = 21.13%
B = 23.97%

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

#D5525D (or 0xD5525D) is known color: Mandy. HEX triplet: D5, 52 and 5D. RGB value is (213,82,93). Sum of RGB (Red+Green+Blue) = 213+82+93=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5525D is #2AADA2. Grayscale: #7A7A7A. Windows color (decimal): -2796963 or 6116053. OLE color: 6116053.

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

Color convert

RGB 213 82 93 -
CMYK 0 0.62 0.56 0.16
HSL 354.96º 0.61% 0.58% -
HSV(B) 354.96º 0.62% 0.84% -
XYZ 32.43 20.97 12.69 -
YUV 122.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 213 82 93 0 0.62 0.56 0.16 354.96 0.61 0.58
Hex D5 52 5D 0 3E 38 10 163 3D 3A
Octal 325 122 135 0 76 70 20 543 75 72
Binary 11010101 1010010 1011101 0 111110 111000 10000 101100011 111101 111010

Color Harmonies of #D5525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5525D

Black with #D5525D

Text Example


Text Example

White with #D5525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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