Html Css Color HEX #D5565F Mandy

📋 copy color: '#D5565F'

red 213 ◦ green 86 ◦ blue 95

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

Shades of Mandy #D5565F

Tints of Mandy #D5565F

RGB

 RED value IS 213 (83.59% from 255) = 54.06%

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

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

R = 54.06%
G = 21.83%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5565F (or 0xD5565F) is known color: Mandy. HEX triplet: D5, 56 and 5F. RGB value is (213,86,95). Sum of RGB (Red+Green+Blue) = 213+86+95=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5565F is #2AA9A0. Grayscale: #7D7D7D. Windows color (decimal): -2795937 or 6248149. OLE color: 6248149.

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

Color convert

RGB 213 86 95 -
CMYK 0 0.60 0.55 0.16
HSL 355.75º 0.6% 0.59% -
HSV(B) 355.75º 0.6% 0.84% -
XYZ 32.83 21.63 13.27 -
YUV 125 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 213 86 95 0 0.60 0.55 0.16 355.75 0.6 0.59
Hex D5 56 5F 0 3C 37 10 164 3C 3B
Octal 325 126 137 0 74 67 20 544 74 73
Binary 11010101 1010110 1011111 0 111100 110111 10000 101100100 111100 111011

Color Harmonies of #D5565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5565F

Black with #D5565F

Text Example


Text Example

White with #D5565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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