Html Css Color HEX #D55B5F Mandy

📋 copy color: '#D55B5F'

red 213 ◦ green 91 ◦ blue 95

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

Shades of Mandy #D55B5F

Tints of Mandy #D55B5F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 53.38%
G = 22.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D55B5F (or 0xD55B5F) is known color: Mandy. HEX triplet: D5, 5B and 5F. RGB value is (213,91,95). Sum of RGB (Red+Green+Blue) = 213+91+95=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B5F is #2AA4A0. Grayscale: #808080. Windows color (decimal): -2794657 or 6249429. OLE color: 6249429.

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

Color convert

RGB 213 91 95 -
CMYK 0 0.57 0.55 0.16
HSL 358.03º 0.59% 0.6% -
HSV(B) 358.03º 0.57% 0.84% -
XYZ 33.25 22.45 13.41 -
YUV 127.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 213 91 95 0 0.57 0.55 0.16 358.03 0.59 0.6
Hex D5 5B 5F 0 39 37 10 166 3B 3C
Octal 325 133 137 0 71 67 20 546 73 74
Binary 11010101 1011011 1011111 0 111001 110111 10000 101100110 111011 111100

Color Harmonies of #D55B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B5F

Black with #D55B5F

Text Example


Text Example

White with #D55B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B5F; }

 p { color: rgb(213,91,95); }

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

background-color css

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

 a { background-color: rgb(213,91,95); }

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

border-color css

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

 span { border-color: rgb(213,91,95); }

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