Html Css Color HEX #DF555B Mandy

📋 copy color: '#DF555B'

red 223 ◦ green 85 ◦ blue 91

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

Shades of Mandy #DF555B

Tints of Mandy #DF555B

RGB

 RED value IS 223 (87.5% from 255) = 55.89%

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

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

R = 55.89%
G = 21.3%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF555B (or 0xDF555B) is known color: Mandy. HEX triplet: DF, 55 and 5B. RGB value is (223,85,91). Sum of RGB (Red+Green+Blue) = 223+85+91=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF555B is #20AAA4. Grayscale: #7F7F7F. Windows color (decimal): -2140837 or 5985759. OLE color: 5985759.

HSL color Cylindrical-coordinate representation of color #DF555B: hue angle of 357.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF555B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 91 -
CMYK 0 0.62 0.59 0.13
HSL 357.39º 0.68% 0.6% -
HSV(B) 357.39º 0.62% 0.87% -
XYZ 35.57 22.94 12.45 -
YUV 126.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 223 85 91 0 0.62 0.59 0.13 357.39 0.68 0.6
Hex DF 55 5B 0 3E 3B D 165 44 3C
Octal 337 125 133 0 76 73 15 545 104 74
Binary 11011111 1010101 1011011 0 111110 111011 1101 101100101 1000100 111100

Color Harmonies of #DF555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF555B

Black with #DF555B

Text Example


Text Example

White with #DF555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF555B; }

 p { color: rgb(223,85,91); }

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

background-color css

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

 a { background-color: rgb(223,85,91); }

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

border-color css

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

 span { border-color: rgb(223,85,91); }

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