Html Css Color HEX #D75361 Mandy

📋 copy color: '#D75361'

red 215 ◦ green 83 ◦ blue 97

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

Shades of Mandy #D75361

Tints of Mandy #D75361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 54.43%
G = 21.01%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D75361 (or 0xD75361) is known color: Mandy. HEX triplet: D7, 53 and 61. RGB value is (215,83,97). Sum of RGB (Red+Green+Blue) = 215+83+97=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D75361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75361 is #28AC9E. Grayscale: #7C7C7C. Windows color (decimal): -2665631 or 6378455. OLE color: 6378455.

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

Color convert

RGB 215 83 97 -
CMYK 0 0.61 0.55 0.16
HSL 353.64º 0.62% 0.58% -
HSV(B) 353.64º 0.61% 0.84% -
XYZ 33.28 21.5 13.7 -
YUV 124.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 215 83 97 0 0.61 0.55 0.16 353.64 0.62 0.58
Hex D7 53 61 0 3D 37 10 162 3E 3A
Octal 327 123 141 0 75 67 20 542 76 72
Binary 11010111 1010011 1100001 0 111101 110111 10000 101100010 111110 111010

Color Harmonies of #D75361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75361

Black with #D75361

Text Example


Text Example

White with #D75361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75361; }

 p { color: rgb(215,83,97); }

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

background-color css

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

 a { background-color: rgb(215,83,97); }

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

border-color css

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

 span { border-color: rgb(215,83,97); }

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