Html Css Color HEX #D6575C Mandy

📋 copy color: '#D6575C'

red 214 ◦ green 87 ◦ blue 92

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

Shades of Mandy #D6575C

Tints of Mandy #D6575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 54.45%
G = 22.14%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6575C (or 0xD6575C) is known color: Mandy. HEX triplet: D6, 57 and 5C. RGB value is (214,87,92). Sum of RGB (Red+Green+Blue) = 214+87+92=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6575C is #29A8A3. Grayscale: #7D7D7D. Windows color (decimal): -2730148 or 6051798. OLE color: 6051798.

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

Color convert

RGB 214 87 92 -
CMYK 0 0.59 0.57 0.16
HSL 357.64º 0.61% 0.59% -
HSV(B) 357.64º 0.59% 0.84% -
XYZ 33.07 21.89 12.61 -
YUV 125.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 214 87 92 0 0.59 0.57 0.16 357.64 0.61 0.59
Hex D6 57 5C 0 3B 39 10 166 3D 3B
Octal 326 127 134 0 73 71 20 546 75 73
Binary 11010110 1010111 1011100 0 111011 111001 10000 101100110 111101 111011

Color Harmonies of #D6575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6575C

Black with #D6575C

Text Example


Text Example

White with #D6575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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