Html Css Color HEX #DD4F5B Mandy

📋 copy color: '#DD4F5B'

red 221 ◦ green 79 ◦ blue 91

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

Shades of Mandy #DD4F5B

Tints of Mandy #DD4F5B

RGB

 RED value IS 221 (86.72% from 255) = 56.52%

 GREEN value IS 79 (31.25% from 255) = 20.2%

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

R = 56.52%
G = 20.2%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD4F5B (or 0xDD4F5B) is known color: Mandy. HEX triplet: DD, 4F and 5B. RGB value is (221,79,91). Sum of RGB (Red+Green+Blue) = 221+79+91=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F5B is #22B0A4. Grayscale: #7A7A7A. Windows color (decimal): -2273445 or 5984221. OLE color: 5984221.

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

Color convert

RGB 221 79 91 -
CMYK 0 0.64 0.59 0.13
HSL 354.93º 0.68% 0.59% -
HSV(B) 354.93º 0.64% 0.87% -
XYZ 34.5 21.72 12.27 -
YUV 122.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 221 79 91 0 0.64 0.59 0.13 354.93 0.68 0.59
Hex DD 4F 5B 0 40 3B D 163 44 3B
Octal 335 117 133 0 100 73 15 543 104 73
Binary 11011101 1001111 1011011 0 1000000 111011 1101 101100011 1000100 111011

Color Harmonies of #DD4F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F5B

Black with #DD4F5B

Text Example


Text Example

White with #DD4F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F5B; }

 p { color: rgb(221,79,91); }

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

background-color css

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

 a { background-color: rgb(221,79,91); }

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

border-color css

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

 span { border-color: rgb(221,79,91); }

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