Html Css Color HEX #DD444D Mandy

📋 copy color: '#DD444D'

red 221 ◦ green 68 ◦ blue 77

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

Shades of Mandy #DD444D

Tints of Mandy #DD444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 60.38%
G = 18.58%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD444D (or 0xDD444D) is known color: Mandy. HEX triplet: DD, 44 and 4D. RGB value is (221,68,77). Sum of RGB (Red+Green+Blue) = 221+68+77=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD444D is #22BBB2. Grayscale: #727272. Windows color (decimal): -2276275 or 5063901. OLE color: 5063901.

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

Color convert

RGB 221 68 77 -
CMYK 0 0.69 0.65 0.13
HSL 356.47º 0.69% 0.57% -
HSV(B) 356.47º 0.69% 0.87% -
XYZ 33.23 20.04 9.14 -
YUV 114.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 221 68 77 0 0.69 0.65 0.13 356.47 0.69 0.57
Hex DD 44 4D 0 45 41 D 164 45 39
Octal 335 104 115 0 105 101 15 544 105 71
Binary 11011101 1000100 1001101 0 1000101 1000001 1101 101100100 1000101 111001

Color Harmonies of #DD444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD444D

Black with #DD444D

Text Example


Text Example

White with #DD444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD444D; }

 p { color: rgb(221,68,77); }

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

background-color css

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

 a { background-color: rgb(221,68,77); }

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

border-color css

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

 span { border-color: rgb(221,68,77); }

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