Html Css Color HEX #D0555A Mandy

📋 copy color: '#D0555A'

red 208 ◦ green 85 ◦ blue 90

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

Shades of Mandy #D0555A

Tints of Mandy #D0555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 54.31%
G = 22.19%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0555A (or 0xD0555A) is known color: Mandy. HEX triplet: D0, 55 and 5A. RGB value is (208,85,90). Sum of RGB (Red+Green+Blue) = 208+85+90=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0555A is #2FAAA5. Grayscale: #7A7A7A. Windows color (decimal): -3123878 or 5920208. OLE color: 5920208.

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

Color convert

RGB 208 85 90 -
CMYK 0 0.59 0.57 0.18
HSL 357.56º 0.57% 0.57% -
HSV(B) 357.56º 0.59% 0.82% -
XYZ 31.11 20.65 12.02 -
YUV 122.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 208 85 90 0 0.59 0.57 0.18 357.56 0.57 0.57
Hex D0 55 5A 0 3B 39 12 166 39 39
Octal 320 125 132 0 73 71 22 546 71 71
Binary 11010000 1010101 1011010 0 111011 111001 10010 101100110 111001 111001

Color Harmonies of #D0555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0555A

Black with #D0555A

Text Example


Text Example

White with #D0555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0555A; }

 p { color: rgb(208,85,90); }

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

background-color css

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

 a { background-color: rgb(208,85,90); }

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

border-color css

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

 span { border-color: rgb(208,85,90); }

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