Html Css Color HEX #D75C5F Mandy

📋 copy color: '#D75C5F'

red 215 ◦ green 92 ◦ blue 95

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

Shades of Mandy #D75C5F

Tints of Mandy #D75C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 53.48%
G = 22.89%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D75C5F (or 0xD75C5F) is known color: Mandy. HEX triplet: D7, 5C and 5F. RGB value is (215,92,95). Sum of RGB (Red+Green+Blue) = 215+92+95=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C5F is #28A3A0. Grayscale: #818181. Windows color (decimal): -2663329 or 6249687. OLE color: 6249687.

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

Color convert

RGB 215 92 95 -
CMYK 0 0.57 0.56 0.16
HSL 358.54º 0.61% 0.6% -
HSV(B) 358.54º 0.57% 0.84% -
XYZ 33.92 22.93 13.46 -
YUV 129.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 215 92 95 0 0.57 0.56 0.16 358.54 0.61 0.6
Hex D7 5C 5F 0 39 38 10 167 3D 3C
Octal 327 134 137 0 71 70 20 547 75 74
Binary 11010111 1011100 1011111 0 111001 111000 10000 101100111 111101 111100

Color Harmonies of #D75C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C5F

Black with #D75C5F

Text Example


Text Example

White with #D75C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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