Html Css Color HEX #DD5447 Valencia

📋 copy color: '#DD5447'

red 221 ◦ green 84 ◦ blue 71

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

Shades of Valencia #DD5447

Tints of Valencia #DD5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 58.78%
G = 22.34%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5447 (or 0xDD5447) is known color: Valencia. HEX triplet: DD, 54 and 47. RGB value is (221,84,71). Sum of RGB (Red+Green+Blue) = 221+84+71=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5447 is #22ABB8. Grayscale: #7B7B7B. Windows color (decimal): -2272185 or 4674781. OLE color: 4674781.

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

Color convert

RGB 221 84 71 -
CMYK 0 0.62 0.68 0.13
HSL 5.2º 0.69% 0.57% -
HSV(B) 5.2º 0.68% 0.87% -
XYZ 34.13 22.17 8.44 -
YUV 123.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 221 84 71 0 0.62 0.68 0.13 5.2 0.69 0.57
Hex DD 54 47 0 3E 44 D 5 45 39
Octal 335 124 107 0 76 104 15 5 105 71
Binary 11011101 1010100 1000111 0 111110 1000100 1101 101 1000101 111001

Color Harmonies of #DD5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5447

Black with #DD5447

Text Example


Text Example

White with #DD5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5447; }

 p { color: rgb(221,84,71); }

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

background-color css

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

 a { background-color: rgb(221,84,71); }

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

border-color css

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

 span { border-color: rgb(221,84,71); }

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