Html Css Color HEX #D75062 Mandy

📋 copy color: '#D75062'

red 215 ◦ green 80 ◦ blue 98

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

Shades of Mandy #D75062

Tints of Mandy #D75062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 54.71%
G = 20.36%
B = 24.94%

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

#D75062 (or 0xD75062) is known color: Mandy. HEX triplet: D7, 50 and 62. RGB value is (215,80,98). Sum of RGB (Red+Green+Blue) = 215+80+98=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D75062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75062 is #28AF9D. Grayscale: #7A7A7A. Windows color (decimal): -2666398 or 6443223. OLE color: 6443223.

HSL color Cylindrical-coordinate representation of color #D75062: hue angle of 352º 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 #D75062 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 98 -
CMYK 0 0.63 0.54 0.16
HSL 352º 0.63% 0.58% -
HSV(B) 352º 0.63% 0.84% -
XYZ 33.1 21.07 13.88 -
YUV 122.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 215 80 98 0 0.63 0.54 0.16 352 0.63 0.58
Hex D7 50 62 0 3F 36 10 160 3F 3A
Octal 327 120 142 0 77 66 20 540 77 72
Binary 11010111 1010000 1100010 0 111111 110110 10000 101100000 111111 111010

Color Harmonies of #D75062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75062

Black with #D75062

Text Example


Text Example

White with #D75062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75062; }

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

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

background-color css

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

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

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

border-color css

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

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

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