Html Css Color HEX #D95854 Valencia

📋 copy color: '#D95854'

red 217 ◦ green 88 ◦ blue 84

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

Shades of Valencia #D95854

Tints of Valencia #D95854

RGB

 RED value IS 217 (85.16% from 255) = 55.78%

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

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

R = 55.78%
G = 22.62%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D95854 (or 0xD95854) is known color: Valencia. HEX triplet: D9, 58 and 54. RGB value is (217,88,84). Sum of RGB (Red+Green+Blue) = 217+88+84=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D95854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95854 is #26A7AB. Grayscale: #7E7E7E. Windows color (decimal): -2533292 or 5527769. OLE color: 5527769.

HSL color Cylindrical-coordinate representation of color #D95854: hue angle of 1.8º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95854 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 84 -
CMYK 0 0.59 0.61 0.15
HSL 1.8º 0.64% 0.59% -
HSV(B) 1.8º 0.61% 0.85% -
XYZ 33.71 22.37 10.93 -
YUV 126.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 217 88 84 0 0.59 0.61 0.15 1.8 0.64 0.59
Hex D9 58 54 0 3B 3D F 2 40 3B
Octal 331 130 124 0 73 75 17 2 100 73
Binary 11011001 1011000 1010100 0 111011 111101 1111 10 1000000 111011

Color Harmonies of #D95854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95854

Black with #D95854

Text Example


Text Example

White with #D95854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95854; }

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

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

background-color css

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

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

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

border-color css

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

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

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