Html Css Color HEX #D75356 Mandy

📋 copy color: '#D75356'

red 215 ◦ green 83 ◦ blue 86

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

Shades of Mandy #D75356

Tints of Mandy #D75356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 55.99%
G = 21.61%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D75356 (or 0xD75356) is known color: Mandy. HEX triplet: D7, 53 and 56. RGB value is (215,83,86). Sum of RGB (Red+Green+Blue) = 215+83+86=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75356 is #28ACA9. Grayscale: #7A7A7A. Windows color (decimal): -2665642 or 5657559. OLE color: 5657559.

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

Color convert

RGB 215 83 86 -
CMYK 0 0.61 0.6 0.16
HSL 358.64º 0.62% 0.58% -
HSV(B) 358.64º 0.61% 0.84% -
XYZ 32.8 21.31 11.19 -
YUV 122.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 215 83 86 0 0.61 0.6 0.16 358.64 0.62 0.58
Hex D7 53 56 0 3D 3C 10 167 3E 3A
Octal 327 123 126 0 75 74 20 547 76 72
Binary 11010111 1010011 1010110 0 111101 111100 10000 101100111 111110 111010

Color Harmonies of #D75356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75356

Black with #D75356

Text Example


Text Example

White with #D75356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75356; }

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

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

background-color css

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

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

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

border-color css

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

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

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