Html Css Color HEX #D75B64 Mandy

📋 copy color: '#D75B64'

red 215 ◦ green 91 ◦ blue 100

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

Shades of Mandy #D75B64

Tints of Mandy #D75B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 52.96%
G = 22.41%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D75B64 (or 0xD75B64) is known color: Mandy. HEX triplet: D7, 5B and 64. RGB value is (215,91,100). Sum of RGB (Red+Green+Blue) = 215+91+100=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75B64 is #28A49B. Grayscale: #818181. Windows color (decimal): -2663580 or 6577111. OLE color: 6577111.

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

Color convert

RGB 215 91 100 -
CMYK 0 0.58 0.53 0.16
HSL 355.65º 0.61% 0.6% -
HSV(B) 355.65º 0.58% 0.84% -
XYZ 34.07 22.85 14.67 -
YUV 129.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 215 91 100 0 0.58 0.53 0.16 355.65 0.61 0.6
Hex D7 5B 64 0 3A 35 10 164 3D 3C
Octal 327 133 144 0 72 65 20 544 75 74
Binary 11010111 1011011 1100100 0 111010 110101 10000 101100100 111101 111100

Color Harmonies of #D75B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75B64

Black with #D75B64

Text Example


Text Example

White with #D75B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75B64; }

 p { color: rgb(215,91,100); }

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

background-color css

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

 a { background-color: rgb(215,91,100); }

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

border-color css

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

 span { border-color: rgb(215,91,100); }

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