Html Css Color HEX #D7575C Mandy

📋 copy color: '#D7575C'

red 215 ◦ green 87 ◦ blue 92

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

Shades of Mandy #D7575C

Tints of Mandy #D7575C

RGB

 RED value IS 215 (84.38% from 255) = 54.57%

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

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

R = 54.57%
G = 22.08%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7575C (or 0xD7575C) is known color: Mandy. HEX triplet: D7, 57 and 5C. RGB value is (215,87,92). Sum of RGB (Red+Green+Blue) = 215+87+92=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7575C is #28A8A3. Grayscale: #7D7D7D. Windows color (decimal): -2664612 or 6051799. OLE color: 6051799.

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

Color convert

RGB 215 87 92 -
CMYK 0 0.60 0.57 0.16
HSL 357.66º 0.62% 0.59% -
HSV(B) 357.66º 0.6% 0.84% -
XYZ 33.36 22.04 12.62 -
YUV 125.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 215 87 92 0 0.60 0.57 0.16 357.66 0.62 0.59
Hex D7 57 5C 0 3C 39 10 166 3E 3B
Octal 327 127 134 0 74 71 20 546 76 73
Binary 11010111 1010111 1011100 0 111100 111001 10000 101100110 111110 111011

Color Harmonies of #D7575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7575C

Black with #D7575C

Text Example


Text Example

White with #D7575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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