Html Css Color HEX #D15854 Valencia

📋 copy color: '#D15854'

red 209 ◦ green 88 ◦ blue 84

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

Shades of Valencia #D15854

Tints of Valencia #D15854

RGB

 RED value IS 209 (82.03% from 255) = 54.86%

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

 BLUE value IS 84 (33.2% from 255) = 22.05%

R = 54.86%
G = 23.1%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D15854 (or 0xD15854) is known color: Valencia. HEX triplet: D1, 58 and 54. RGB value is (209,88,84). Sum of RGB (Red+Green+Blue) = 209+88+84=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D15854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15854 is #2EA7AB. Grayscale: #7B7B7B. Windows color (decimal): -3057580 or 5527761. OLE color: 5527761.

HSL color Cylindrical-coordinate representation of color #D15854: hue angle of 1.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15854 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 88 84 -
CMYK 0 0.58 0.60 0.18
HSL 1.92º 0.58% 0.57% -
HSV(B) 1.92º 0.6% 0.82% -
XYZ 31.38 21.17 10.82 -
YUV 123.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 209 88 84 0 0.58 0.60 0.18 1.92 0.58 0.57
Hex D1 58 54 0 3A 3C 12 2 3A 39
Octal 321 130 124 0 72 74 22 2 72 71
Binary 11010001 1011000 1010100 0 111010 111100 10010 10 111010 111001

Color Harmonies of #D15854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15854

Black with #D15854

Text Example


Text Example

White with #D15854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15854; }

 p { color: rgb(209,88,84); }

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

background-color css

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

 a { background-color: rgb(209,88,84); }

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

border-color css

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

 span { border-color: rgb(209,88,84); }

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