Html Css Color HEX #DD494B Mandy

📋 copy color: '#DD494B'

red 221 ◦ green 73 ◦ blue 75

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

Shades of Mandy #DD494B

Tints of Mandy #DD494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

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

R = 59.89%
G = 19.78%
B = 20.33%

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

#DD494B (or 0xDD494B) is known color: Mandy. HEX triplet: DD, 49 and 4B. RGB value is (221,73,75). Sum of RGB (Red+Green+Blue) = 221+73+75=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD494B is #22B6B4. Grayscale: #757575. Windows color (decimal): -2274997 or 4934109. OLE color: 4934109.

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

Color convert

RGB 221 73 75 -
CMYK 0 0.67 0.66 0.13
HSL 359.19º 0.69% 0.58% -
HSV(B) 359.19º 0.67% 0.87% -
XYZ 33.47 20.65 8.88 -
YUV 117.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 221 73 75 0 0.67 0.66 0.13 359.19 0.69 0.58
Hex DD 49 4B 0 43 42 D 167 45 3A
Octal 335 111 113 0 103 102 15 547 105 72
Binary 11011101 1001001 1001011 0 1000011 1000010 1101 101100111 1000101 111010

Color Harmonies of #DD494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD494B

Black with #DD494B

Text Example


Text Example

White with #DD494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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