Html Css Color HEX #DD5655 Valencia

📋 copy color: '#DD5655'

red 221 ◦ green 86 ◦ blue 85

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

Shades of Valencia #DD5655

Tints of Valencia #DD5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 56.38%
G = 21.94%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5655 (or 0xDD5655) is known color: Valencia. HEX triplet: DD, 56 and 55. RGB value is (221,86,85). Sum of RGB (Red+Green+Blue) = 221+86+85=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5655 is #22A9AA. Grayscale: #7E7E7E. Windows color (decimal): -2271659 or 5592797. OLE color: 5592797.

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

Color convert

RGB 221 86 85 -
CMYK 0 0.61 0.62 0.13
HSL 0.44º 0.67% 0.6% -
HSV(B) 0.44º 0.62% 0.87% -
XYZ 34.79 22.68 11.14 -
YUV 126.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 221 86 85 0 0.61 0.62 0.13 0.44 0.67 0.6
Hex DD 56 55 0 3D 3E D 0 43 3C
Octal 335 126 125 0 75 76 15 0 103 74
Binary 11011101 1010110 1010101 0 111101 111110 1101 0 1000011 111100

Color Harmonies of #DD5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5655

Black with #DD5655

Text Example


Text Example

White with #DD5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5655; }

 p { color: rgb(221,86,85); }

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

background-color css

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

 a { background-color: rgb(221,86,85); }

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

border-color css

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

 span { border-color: rgb(221,86,85); }

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