Html Css Color HEX #D6525F Mandy

📋 copy color: '#D6525F'

red 214 ◦ green 82 ◦ blue 95

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

Shades of Mandy #D6525F

Tints of Mandy #D6525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 54.73%
G = 20.97%
B = 24.3%

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

#D6525F (or 0xD6525F) is known color: Mandy. HEX triplet: D6, 52 and 5F. RGB value is (214,82,95). Sum of RGB (Red+Green+Blue) = 214+82+95=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525F is #29ADA0. Grayscale: #7B7B7B. Windows color (decimal): -2731425 or 6247126. OLE color: 6247126.

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

Color convert

RGB 214 82 95 -
CMYK 0 0.62 0.56 0.16
HSL 354.09º 0.62% 0.58% -
HSV(B) 354.09º 0.62% 0.84% -
XYZ 32.81 21.16 13.18 -
YUV 122.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 214 82 95 0 0.62 0.56 0.16 354.09 0.62 0.58
Hex D6 52 5F 0 3E 38 10 162 3E 3A
Octal 326 122 137 0 76 70 20 542 76 72
Binary 11010110 1010010 1011111 0 111110 111000 10000 101100010 111110 111010

Color Harmonies of #D6525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6525F

Black with #D6525F

Text Example


Text Example

White with #D6525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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