Html Css Color HEX #D7565D Mandy

📋 copy color: '#D7565D'

red 215 ◦ green 86 ◦ blue 93

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

Shades of Mandy #D7565D

Tints of Mandy #D7565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 54.57%
G = 21.83%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7565D (or 0xD7565D) is known color: Mandy. HEX triplet: D7, 56 and 5D. RGB value is (215,86,93). Sum of RGB (Red+Green+Blue) = 215+86+93=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7565D is #28A9A2. Grayscale: #7D7D7D. Windows color (decimal): -2664867 or 6117079. OLE color: 6117079.

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

Color convert

RGB 215 86 93 -
CMYK 0 0.6 0.57 0.16
HSL 356.74º 0.62% 0.59% -
HSV(B) 356.74º 0.6% 0.84% -
XYZ 33.33 21.89 12.83 -
YUV 125.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 215 86 93 0 0.6 0.57 0.16 356.74 0.62 0.59
Hex D7 56 5D 0 3C 39 10 165 3E 3B
Octal 327 126 135 0 74 71 20 545 76 73
Binary 11010111 1010110 1011101 0 111100 111001 10000 101100101 111110 111011

Color Harmonies of #D7565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7565D

Black with #D7565D

Text Example


Text Example

White with #D7565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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