Html Css Color HEX #DD5756 Valencia

📋 copy color: '#DD5756'

red 221 ◦ green 87 ◦ blue 86

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

Shades of Valencia #DD5756

Tints of Valencia #DD5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 86 (33.98% from 255) = 21.83%

R = 56.09%
G = 22.08%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD5756 (or 0xDD5756) is known color: Valencia. HEX triplet: DD, 57 and 56. RGB value is (221,87,86). Sum of RGB (Red+Green+Blue) = 221+87+86=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5756 is #22A8A9. Grayscale: #7F7F7F. Windows color (decimal): -2271402 or 5658589. OLE color: 5658589.

HSL color Cylindrical-coordinate representation of color #DD5756: 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.61%. Process color model (Four color, CMYK) of #DD5756 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 86 -
CMYK 0 0.61 0.61 0.13
HSL 0.44º 0.67% 0.6% -
HSV(B) 0.44º 0.61% 0.87% -
XYZ 34.91 22.86 11.38 -
YUV 126.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 221 87 86 0 0.61 0.61 0.13 0.44 0.67 0.6
Hex DD 57 56 0 3D 3D D 0 43 3C
Octal 335 127 126 0 75 75 15 0 103 74
Binary 11011101 1010111 1010110 0 111101 111101 1101 0 1000011 111100

Color Harmonies of #DD5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5756

Black with #DD5756

Text Example


Text Example

White with #DD5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5756; }

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

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

background-color css

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

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

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

border-color css

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

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

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