Html Css Color HEX #DD5855 Valencia

📋 copy color: '#DD5855'

red 221 ◦ green 88 ◦ blue 85

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

Shades of Valencia #DD5855

Tints of Valencia #DD5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 56.09%
G = 22.34%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5855 (or 0xDD5855) is known color: Valencia. HEX triplet: DD, 58 and 55. RGB value is (221,88,85). Sum of RGB (Red+Green+Blue) = 221+88+85=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5855 is #22A7AA. Grayscale: #7F7F7F. Windows color (decimal): -2271147 or 5593309. OLE color: 5593309.

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

Color convert

RGB 221 88 85 -
CMYK 0 0.60 0.62 0.13
HSL 1.32º 0.67% 0.6% -
HSV(B) 1.32º 0.62% 0.87% -
XYZ 34.95 23.01 11.19 -
YUV 127.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 221 88 85 0 0.60 0.62 0.13 1.32 0.67 0.6
Hex DD 58 55 0 3C 3E D 1 43 3C
Octal 335 130 125 0 74 76 15 1 103 74
Binary 11011101 1011000 1010101 0 111100 111110 1101 1 1000011 111100

Color Harmonies of #DD5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5855

Black with #DD5855

Text Example


Text Example

White with #DD5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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