Html Css Color HEX #D55856 Valencia

📋 copy color: '#D55856'

red 213 ◦ green 88 ◦ blue 86

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

Shades of Valencia #D55856

Tints of Valencia #D55856

RGB

 RED value IS 213 (83.59% from 255) = 55.04%

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

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

R = 55.04%
G = 22.74%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55856 (or 0xD55856) is known color: Valencia. HEX triplet: D5, 58 and 56. RGB value is (213,88,86). Sum of RGB (Red+Green+Blue) = 213+88+86=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D55856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55856 is #2AA7A9. Grayscale: #7D7D7D. Windows color (decimal): -2795434 or 5658837. OLE color: 5658837.

HSL color Cylindrical-coordinate representation of color #D55856: hue angle of 0.94º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55856 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 86 -
CMYK 0 0.59 0.60 0.16
HSL 0.94º 0.6% 0.59% -
HSV(B) 0.94º 0.6% 0.84% -
XYZ 32.61 21.8 11.29 -
YUV 125.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 213 88 86 0 0.59 0.60 0.16 0.94 0.6 0.59
Hex D5 58 56 0 3B 3C 10 1 3C 3B
Octal 325 130 126 0 73 74 20 1 74 73
Binary 11010101 1011000 1010110 0 111011 111100 10000 1 111100 111011

Color Harmonies of #D55856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55856

Black with #D55856

Text Example


Text Example

White with #D55856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55856; }

 p { color: rgb(213,88,86); }

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

background-color css

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

 a { background-color: rgb(213,88,86); }

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

border-color css

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

 span { border-color: rgb(213,88,86); }

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