Html Css Color HEX #DD5851 Valencia

📋 copy color: '#DD5851'

red 221 ◦ green 88 ◦ blue 81

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

Shades of Valencia #DD5851

Tints of Valencia #DD5851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 56.67%
G = 22.56%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5851 (or 0xDD5851) is known color: Valencia. HEX triplet: DD, 58 and 51. RGB value is (221,88,81). Sum of RGB (Red+Green+Blue) = 221+88+81=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5851 is #22A7AE. Grayscale: #7F7F7F. Windows color (decimal): -2271151 or 5331165. OLE color: 5331165.

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

Color convert

RGB 221 88 81 -
CMYK 0 0.60 0.63 0.13
HSL 0.67% 0.59% -
HSV(B) 0.63% 0.87% -
XYZ 34.79 22.95 10.38 -
YUV 126.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 221 88 81 0 0.60 0.63 0.13 3 0.67 0.59
Hex DD 58 51 0 3C 3F D 3 43 3B
Octal 335 130 121 0 74 77 15 3 103 73
Binary 11011101 1011000 1010001 0 111100 111111 1101 11 1000011 111011

Color Harmonies of #DD5851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5851

Black with #DD5851

Text Example


Text Example

White with #DD5851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5851; }

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

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

background-color css

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

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

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

border-color css

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

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

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