Html Css Color HEX #DD4A4B Mandy

📋 copy color: '#DD4A4B'

red 221 ◦ green 74 ◦ blue 75

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

Shades of Mandy #DD4A4B

Tints of Mandy #DD4A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 59.73%
G = 20%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD4A4B (or 0xDD4A4B) is known color: Mandy. HEX triplet: DD, 4A and 4B. RGB value is (221,74,75). Sum of RGB (Red+Green+Blue) = 221+74+75=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A4B is #22B5B4. Grayscale: #767676. Windows color (decimal): -2274741 or 4934365. OLE color: 4934365.

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

Color convert

RGB 221 74 75 -
CMYK 0 0.67 0.66 0.13
HSL 359.59º 0.68% 0.58% -
HSV(B) 359.59º 0.67% 0.87% -
XYZ 33.54 20.78 8.9 -
YUV 118.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 221 74 75 0 0.67 0.66 0.13 359.59 0.68 0.58
Hex DD 4A 4B 0 43 42 D 168 44 3A
Octal 335 112 113 0 103 102 15 550 104 72
Binary 11011101 1001010 1001011 0 1000011 1000010 1101 101101000 1000100 111010

Color Harmonies of #DD4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A4B

Black with #DD4A4B

Text Example


Text Example

White with #DD4A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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