Html Css Color HEX #DD5147 Valencia

📋 copy color: '#DD5147'

red 221 ◦ green 81 ◦ blue 71

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

Shades of Valencia #DD5147

Tints of Valencia #DD5147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 59.25%
G = 21.72%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5147 (or 0xDD5147) is known color: Valencia. HEX triplet: DD, 51 and 47. RGB value is (221,81,71). Sum of RGB (Red+Green+Blue) = 221+81+71=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5147 is #22AEB8. Grayscale: #797979. Windows color (decimal): -2272953 or 4674013. OLE color: 4674013.

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

Color convert

RGB 221 81 71 -
CMYK 0 0.63 0.68 0.13
HSL 0.69% 0.57% -
HSV(B) 0.68% 0.87% -
XYZ 33.9 21.71 8.37 -
YUV 121.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 221 81 71 0 0.63 0.68 0.13 4 0.69 0.57
Hex DD 51 47 0 3F 44 D 4 45 39
Octal 335 121 107 0 77 104 15 4 105 71
Binary 11011101 1010001 1000111 0 111111 1000100 1101 100 1000101 111001

Color Harmonies of #DD5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5147

Black with #DD5147

Text Example


Text Example

White with #DD5147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5147; }

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

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

background-color css

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

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

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

border-color css

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

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

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