Html Css Color HEX #D5555D Mandy

📋 copy color: '#D5555D'

red 213 ◦ green 85 ◦ blue 93

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

Shades of Mandy #D5555D

Tints of Mandy #D5555D

RGB

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

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

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

R = 54.48%
G = 21.74%
B = 23.79%

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

#D5555D (or 0xD5555D) is known color: Mandy. HEX triplet: D5, 55 and 5D. RGB value is (213,85,93). Sum of RGB (Red+Green+Blue) = 213+85+93=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5555D is #2AAAA2. Grayscale: #7C7C7C. Windows color (decimal): -2796195 or 6116821. OLE color: 6116821.

HSL color Cylindrical-coordinate representation of color #D5555D: hue angle of 356.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5555D is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 93 -
CMYK 0 0.60 0.56 0.16
HSL 356.25º 0.6% 0.58% -
HSV(B) 356.25º 0.6% 0.84% -
XYZ 32.66 21.43 12.77 -
YUV 124.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 213 85 93 0 0.60 0.56 0.16 356.25 0.6 0.58
Hex D5 55 5D 0 3C 38 10 164 3C 3A
Octal 325 125 135 0 74 70 20 544 74 72
Binary 11010101 1010101 1011101 0 111100 111000 10000 101100100 111100 111010

Color Harmonies of #D5555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5555D

Black with #D5555D

Text Example


Text Example

White with #D5555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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