Html Css Color HEX #D6525E Mandy

📋 copy color: '#D6525E'

red 214 ◦ green 82 ◦ blue 94

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

Shades of Mandy #D6525E

Tints of Mandy #D6525E

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

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

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

R = 54.87%
G = 21.03%
B = 24.1%

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

#D6525E (or 0xD6525E) is known color: Mandy. HEX triplet: D6, 52 and 5E. RGB value is (214,82,94). Sum of RGB (Red+Green+Blue) = 214+82+94=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525E is #29ADA1. Grayscale: #7A7A7A. Windows color (decimal): -2731426 or 6181590. OLE color: 6181590.

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

Color convert

RGB 214 82 94 -
CMYK 0 0.62 0.56 0.16
HSL 354.55º 0.62% 0.58% -
HSV(B) 354.55º 0.62% 0.84% -
XYZ 32.77 21.14 12.94 -
YUV 122.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 214 82 94 0 0.62 0.56 0.16 354.55 0.62 0.58
Hex D6 52 5E 0 3E 38 10 163 3E 3A
Octal 326 122 136 0 76 70 20 543 76 72
Binary 11010110 1010010 1011110 0 111110 111000 10000 101100011 111110 111010

Color Harmonies of #D6525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6525E

Black with #D6525E

Text Example


Text Example

White with #D6525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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