Html Css Color HEX #D75462 Mandy

📋 copy color: '#D75462'

red 215 ◦ green 84 ◦ blue 98

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

Shades of Mandy #D75462

Tints of Mandy #D75462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

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

R = 54.16%
G = 21.16%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D75462 (or 0xD75462) is known color: Mandy. HEX triplet: D7, 54 and 62. RGB value is (215,84,98). Sum of RGB (Red+Green+Blue) = 215+84+98=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75462 is #28AB9D. Grayscale: #7C7C7C. Windows color (decimal): -2665374 or 6444247. OLE color: 6444247.

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

Color convert

RGB 215 84 98 -
CMYK 0 0.61 0.54 0.16
HSL 353.59º 0.62% 0.59% -
HSV(B) 353.59º 0.61% 0.84% -
XYZ 33.4 21.67 13.98 -
YUV 124.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 215 84 98 0 0.61 0.54 0.16 353.59 0.62 0.59
Hex D7 54 62 0 3D 36 10 162 3E 3B
Octal 327 124 142 0 75 66 20 542 76 73
Binary 11010111 1010100 1100010 0 111101 110110 10000 101100010 111110 111011

Color Harmonies of #D75462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75462

Black with #D75462

Text Example


Text Example

White with #D75462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75462; }

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

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

background-color css

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

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

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

border-color css

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

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

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