Html Css Color HEX #D3525B Mandy

📋 copy color: '#D3525B'

red 211 ◦ green 82 ◦ blue 91

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

Shades of Mandy #D3525B

Tints of Mandy #D3525B

RGB

 RED value IS 211 (82.81% from 255) = 54.95%

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

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

R = 54.95%
G = 21.35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3525B (or 0xD3525B) is known color: Mandy. HEX triplet: D3, 52 and 5B. RGB value is (211,82,91). Sum of RGB (Red+Green+Blue) = 211+82+91=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3525B is #2CADA4. Grayscale: #797979. Windows color (decimal): -2928037 or 5984979. OLE color: 5984979.

HSL color Cylindrical-coordinate representation of color #D3525B: hue angle of 355.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3525B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 91 -
CMYK 0 0.61 0.57 0.17
HSL 355.81º 0.59% 0.57% -
HSV(B) 355.81º 0.61% 0.83% -
XYZ 31.77 20.64 12.21 -
YUV 121.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 211 82 91 0 0.61 0.57 0.17 355.81 0.59 0.57
Hex D3 52 5B 0 3D 39 11 164 3B 39
Octal 323 122 133 0 75 71 21 544 73 71
Binary 11010011 1010010 1011011 0 111101 111001 10001 101100100 111011 111001

Color Harmonies of #D3525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3525B

Black with #D3525B

Text Example


Text Example

White with #D3525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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