Html Css Color HEX #D0565D Mandy

📋 copy color: '#D0565D'

red 208 ◦ green 86 ◦ blue 93

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

Shades of Mandy #D0565D

Tints of Mandy #D0565D

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

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

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

R = 53.75%
G = 22.22%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0565D (or 0xD0565D) is known color: Mandy. HEX triplet: D0, 56 and 5D. RGB value is (208,86,93). Sum of RGB (Red+Green+Blue) = 208+86+93=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0565D is #2FA9A2. Grayscale: #7B7B7B. Windows color (decimal): -3123619 or 6117072. OLE color: 6117072.

HSL color Cylindrical-coordinate representation of color #D0565D: hue angle of 356.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0565D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 93 -
CMYK 0 0.59 0.55 0.18
HSL 356.56º 0.56% 0.58% -
HSV(B) 356.56º 0.59% 0.82% -
XYZ 31.32 20.86 12.73 -
YUV 123.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 208 86 93 0 0.59 0.55 0.18 356.56 0.56 0.58
Hex D0 56 5D 0 3B 37 12 165 38 3A
Octal 320 126 135 0 73 67 22 545 70 72
Binary 11010000 1010110 1011101 0 111011 110111 10010 101100101 111000 111010

Color Harmonies of #D0565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0565D

Black with #D0565D

Text Example


Text Example

White with #D0565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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