Html Css Color HEX #DD444B Mandy

📋 copy color: '#DD444B'

red 221 ◦ green 68 ◦ blue 75

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

Shades of Mandy #DD444B

Tints of Mandy #DD444B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 60.71%
G = 18.68%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD444B (or 0xDD444B) is known color: Mandy. HEX triplet: DD, 44 and 4B. RGB value is (221,68,75). Sum of RGB (Red+Green+Blue) = 221+68+75=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD444B is #22BBB4. Grayscale: #727272. Windows color (decimal): -2276277 or 4932829. OLE color: 4932829.

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

Color convert

RGB 221 68 75 -
CMYK 0 0.69 0.66 0.13
HSL 357.25º 0.69% 0.57% -
HSV(B) 357.25º 0.69% 0.87% -
XYZ 33.16 20.01 8.77 -
YUV 114.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 221 68 75 0 0.69 0.66 0.13 357.25 0.69 0.57
Hex DD 44 4B 0 45 42 D 165 45 39
Octal 335 104 113 0 105 102 15 545 105 71
Binary 11011101 1000100 1001011 0 1000101 1000010 1101 101100101 1000101 111001

Color Harmonies of #DD444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD444B

Black with #DD444B

Text Example


Text Example

White with #DD444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD444B; }

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

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

background-color css

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

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

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

border-color css

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

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

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