Html Css Color HEX #DD444F Mandy

📋 copy color: '#DD444F'

red 221 ◦ green 68 ◦ blue 79

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

Shades of Mandy #DD444F

Tints of Mandy #DD444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 60.05%
G = 18.48%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD444F (or 0xDD444F) is known color: Mandy. HEX triplet: DD, 44 and 4F. RGB value is (221,68,79). Sum of RGB (Red+Green+Blue) = 221+68+79=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD444F is #22BBB0. Grayscale: #737373. Windows color (decimal): -2276273 or 5194973. OLE color: 5194973.

HSL color Cylindrical-coordinate representation of color #DD444F: hue angle of 355.69º 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 #DD444F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 79 -
CMYK 0 0.69 0.64 0.13
HSL 355.69º 0.69% 0.57% -
HSV(B) 355.69º 0.69% 0.87% -
XYZ 33.3 20.07 9.52 -
YUV 115 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 221 68 79 0 0.69 0.64 0.13 355.69 0.69 0.57
Hex DD 44 4F 0 45 40 D 164 45 39
Octal 335 104 117 0 105 100 15 544 105 71
Binary 11011101 1000100 1001111 0 1000101 1000000 1101 101100100 1000101 111001

Color Harmonies of #DD444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD444F

Black with #DD444F

Text Example


Text Example

White with #DD444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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