Html Css Color HEX #D05D61 Mandy

📋 copy color: '#D05D61'

red 208 ◦ green 93 ◦ blue 97

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

Shades of Mandy #D05D61

Tints of Mandy #D05D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 52.26%
G = 23.37%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D05D61 (or 0xD05D61) is known color: Mandy. HEX triplet: D0, 5D and 61. RGB value is (208,93,97). Sum of RGB (Red+Green+Blue) = 208+93+97=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D61 is #2FA29E. Grayscale: #7F7F7F. Windows color (decimal): -3121823 or 6381008. OLE color: 6381008.

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

Color convert

RGB 208 93 97 -
CMYK 0 0.55 0.53 0.18
HSL 357.91º 0.55% 0.59% -
HSV(B) 357.91º 0.55% 0.82% -
XYZ 32.08 22.1 13.88 -
YUV 127.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 208 93 97 0 0.55 0.53 0.18 357.91 0.55 0.59
Hex D0 5D 61 0 37 35 12 166 37 3B
Octal 320 135 141 0 67 65 22 546 67 73
Binary 11010000 1011101 1100001 0 110111 110101 10010 101100110 110111 111011

Color Harmonies of #D05D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D61

Black with #D05D61

Text Example


Text Example

White with #D05D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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