Html Css Color HEX #D75360 Mandy

📋 copy color: '#D75360'

red 215 ◦ green 83 ◦ blue 96

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

Shades of Mandy #D75360

Tints of Mandy #D75360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 54.57%
G = 21.07%
B = 24.37%

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

#D75360 (or 0xD75360) is known color: Mandy. HEX triplet: D7, 53 and 60. RGB value is (215,83,96). Sum of RGB (Red+Green+Blue) = 215+83+96=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D75360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75360 is #28AC9F. Grayscale: #7C7C7C. Windows color (decimal): -2665632 or 6312919. OLE color: 6312919.

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

Color convert

RGB 215 83 96 -
CMYK 0 0.61 0.55 0.16
HSL 354.09º 0.62% 0.58% -
HSV(B) 354.09º 0.61% 0.84% -
XYZ 33.23 21.48 13.46 -
YUV 123.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 215 83 96 0 0.61 0.55 0.16 354.09 0.62 0.58
Hex D7 53 60 0 3D 37 10 162 3E 3A
Octal 327 123 140 0 75 67 20 542 76 72
Binary 11010111 1010011 1100000 0 111101 110111 10000 101100010 111110 111010

Color Harmonies of #D75360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75360

Black with #D75360

Text Example


Text Example

White with #D75360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75360; }

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

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

background-color css

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

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

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

border-color css

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

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

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