Html Css Color HEX #DD4B5B Mandy

📋 copy color: '#DD4B5B'

red 221 ◦ green 75 ◦ blue 91

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

Shades of Mandy #DD4B5B

Tints of Mandy #DD4B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

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

R = 57.11%
G = 19.38%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD4B5B (or 0xDD4B5B) is known color: Mandy. HEX triplet: DD, 4B and 5B. RGB value is (221,75,91). Sum of RGB (Red+Green+Blue) = 221+75+91=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B5B is #22B4A4. Grayscale: #787878. Windows color (decimal): -2274469 or 5983197. OLE color: 5983197.

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

Color convert

RGB 221 75 91 -
CMYK 0 0.66 0.59 0.13
HSL 353.42º 0.68% 0.58% -
HSV(B) 353.42º 0.66% 0.87% -
XYZ 34.22 21.16 12.18 -
YUV 120.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 221 75 91 0 0.66 0.59 0.13 353.42 0.68 0.58
Hex DD 4B 5B 0 42 3B D 161 44 3A
Octal 335 113 133 0 102 73 15 541 104 72
Binary 11011101 1001011 1011011 0 1000010 111011 1101 101100001 1000100 111010

Color Harmonies of #DD4B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B5B

Black with #DD4B5B

Text Example


Text Example

White with #DD4B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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