Html Css Color HEX #D75063 Mandy

📋 copy color: '#D75063'

red 215 ◦ green 80 ◦ blue 99

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

Shades of Mandy #D75063

Tints of Mandy #D75063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 54.57%
G = 20.3%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D75063 (or 0xD75063) is known color: Mandy. HEX triplet: D7, 50 and 63. RGB value is (215,80,99). Sum of RGB (Red+Green+Blue) = 215+80+99=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D75063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75063 is #28AF9C. Grayscale: #7A7A7A. Windows color (decimal): -2666397 or 6508759. OLE color: 6508759.

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

Color convert

RGB 215 80 99 -
CMYK 0 0.63 0.54 0.16
HSL 351.56º 0.63% 0.58% -
HSV(B) 351.56º 0.63% 0.84% -
XYZ 33.15 21.09 14.13 -
YUV 122.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 215 80 99 0 0.63 0.54 0.16 351.56 0.63 0.58
Hex D7 50 63 0 3F 36 10 160 3F 3A
Octal 327 120 143 0 77 66 20 540 77 72
Binary 11010111 1010000 1100011 0 111111 110110 10000 101100000 111111 111010

Color Harmonies of #D75063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75063

Black with #D75063

Text Example


Text Example

White with #D75063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75063; }

 p { color: rgb(215,80,99); }

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

background-color css

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

 a { background-color: rgb(215,80,99); }

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

border-color css

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

 span { border-color: rgb(215,80,99); }

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