Html Css Color HEX #D7565F Mandy

📋 copy color: '#D7565F'

red 215 ◦ green 86 ◦ blue 95

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

Shades of Mandy #D7565F

Tints of Mandy #D7565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 54.29%
G = 21.72%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7565F (or 0xD7565F) is known color: Mandy. HEX triplet: D7, 56 and 5F. RGB value is (215,86,95). Sum of RGB (Red+Green+Blue) = 215+86+95=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7565F is #28A9A0. Grayscale: #7D7D7D. Windows color (decimal): -2664865 or 6248151. OLE color: 6248151.

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

Color convert

RGB 215 86 95 -
CMYK 0 0.6 0.56 0.16
HSL 355.81º 0.62% 0.59% -
HSV(B) 355.81º 0.6% 0.84% -
XYZ 33.42 21.93 13.3 -
YUV 125.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 215 86 95 0 0.6 0.56 0.16 355.81 0.62 0.59
Hex D7 56 5F 0 3C 38 10 164 3E 3B
Octal 327 126 137 0 74 70 20 544 76 73
Binary 11010111 1010110 1011111 0 111100 111000 10000 101100100 111110 111011

Color Harmonies of #D7565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7565F

Black with #D7565F

Text Example


Text Example

White with #D7565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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