Html Css Color HEX #D75D65 Mandy

📋 copy color: '#D75D65'

red 215 ◦ green 93 ◦ blue 101

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

Shades of Mandy #D75D65

Tints of Mandy #D75D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 52.57%
G = 22.74%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D75D65 (or 0xD75D65) is known color: Mandy. HEX triplet: D7, 5D and 65. RGB value is (215,93,101). Sum of RGB (Red+Green+Blue) = 215+93+101=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D65 is #28A29A. Grayscale: #828282. Windows color (decimal): -2663067 or 6643159. OLE color: 6643159.

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

Color convert

RGB 215 93 101 -
CMYK 0 0.57 0.53 0.16
HSL 356.07º 0.6% 0.6% -
HSV(B) 356.07º 0.57% 0.84% -
XYZ 34.29 23.22 14.99 -
YUV 130.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 215 93 101 0 0.57 0.53 0.16 356.07 0.6 0.6
Hex D7 5D 65 0 39 35 10 164 3C 3C
Octal 327 135 145 0 71 65 20 544 74 74
Binary 11010111 1011101 1100101 0 111001 110101 10000 101100100 111100 111100

Color Harmonies of #D75D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D65

Black with #D75D65

Text Example


Text Example

White with #D75D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D65; }

 p { color: rgb(215,93,101); }

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

background-color css

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

 a { background-color: rgb(215,93,101); }

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

border-color css

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

 span { border-color: rgb(215,93,101); }

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