Html Css Color HEX #D3525A Mandy

📋 copy color: '#D3525A'

red 211 ◦ green 82 ◦ blue 90

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

Shades of Mandy #D3525A

Tints of Mandy #D3525A

RGB

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

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

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

R = 55.09%
G = 21.41%
B = 23.5%

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

#D3525A (or 0xD3525A) is known color: Mandy. HEX triplet: D3, 52 and 5A. RGB value is (211,82,90). Sum of RGB (Red+Green+Blue) = 211+82+90=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D3525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3525A is #2CADA5. Grayscale: #797979. Windows color (decimal): -2928038 or 5919443. OLE color: 5919443.

HSL color Cylindrical-coordinate representation of color #D3525A: hue angle of 356.28º 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 #D3525A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 90 -
CMYK 0 0.61 0.57 0.17
HSL 356.28º 0.59% 0.57% -
HSV(B) 356.28º 0.61% 0.83% -
XYZ 31.73 20.62 11.98 -
YUV 121.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 211 82 90 0 0.61 0.57 0.17 356.28 0.59 0.57
Hex D3 52 5A 0 3D 39 11 164 3B 39
Octal 323 122 132 0 75 71 21 544 73 71
Binary 11010011 1010010 1011010 0 111101 111001 10001 101100100 111011 111001

Color Harmonies of #D3525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3525A

Black with #D3525A

Text Example


Text Example

White with #D3525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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