Html Css Color HEX #D5565D Mandy

📋 copy color: '#D5565D'

red 213 ◦ green 86 ◦ blue 93

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

Shades of Mandy #D5565D

Tints of Mandy #D5565D

RGB

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

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

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

R = 54.34%
G = 21.94%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5565D (or 0xD5565D) is known color: Mandy. HEX triplet: D5, 56 and 5D. RGB value is (213,86,93). Sum of RGB (Red+Green+Blue) = 213+86+93=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5565D is #2AA9A2. Grayscale: #7C7C7C. Windows color (decimal): -2795939 or 6117077. OLE color: 6117077.

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

Color convert

RGB 213 86 93 -
CMYK 0 0.60 0.56 0.16
HSL 356.69º 0.6% 0.59% -
HSV(B) 356.69º 0.6% 0.84% -
XYZ 32.74 21.59 12.8 -
YUV 124.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 213 86 93 0 0.60 0.56 0.16 356.69 0.6 0.59
Hex D5 56 5D 0 3C 38 10 165 3C 3B
Octal 325 126 135 0 74 70 20 545 74 73
Binary 11010101 1010110 1011101 0 111100 111000 10000 101100101 111100 111011

Color Harmonies of #D5565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5565D

Black with #D5565D

Text Example


Text Example

White with #D5565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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