Html Css Color HEX #D6525C Mandy

📋 copy color: '#D6525C'

red 214 ◦ green 82 ◦ blue 92

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

Shades of Mandy #D6525C

Tints of Mandy #D6525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 55.15%
G = 21.13%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6525C (or 0xD6525C) is known color: Mandy. HEX triplet: D6, 52 and 5C. RGB value is (214,82,92). Sum of RGB (Red+Green+Blue) = 214+82+92=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525C is #29ADA3. Grayscale: #7A7A7A. Windows color (decimal): -2731428 or 6050518. OLE color: 6050518.

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

Color convert

RGB 214 82 92 -
CMYK 0 0.62 0.57 0.16
HSL 355.45º 0.62% 0.58% -
HSV(B) 355.45º 0.62% 0.84% -
XYZ 32.68 21.1 12.48 -
YUV 122.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 214 82 92 0 0.62 0.57 0.16 355.45 0.62 0.58
Hex D6 52 5C 0 3E 39 10 163 3E 3A
Octal 326 122 134 0 76 71 20 543 76 72
Binary 11010110 1010010 1011100 0 111110 111001 10000 101100011 111110 111010

Color Harmonies of #D6525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6525C

Black with #D6525C

Text Example


Text Example

White with #D6525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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