Html Css Color HEX #D95851 Valencia

📋 copy color: '#D95851'

red 217 ◦ green 88 ◦ blue 81

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

Shades of Valencia #D95851

Tints of Valencia #D95851

RGB

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

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

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

R = 56.22%
G = 22.8%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95851 (or 0xD95851) is known color: Valencia. HEX triplet: D9, 58 and 51. RGB value is (217,88,81). Sum of RGB (Red+Green+Blue) = 217+88+81=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95851 is #26A7AE. Grayscale: #7D7D7D. Windows color (decimal): -2533295 or 5331161. OLE color: 5331161.

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

Color convert

RGB 217 88 81 -
CMYK 0 0.59 0.63 0.15
HSL 3.09º 0.64% 0.58% -
HSV(B) 3.09º 0.63% 0.85% -
XYZ 33.59 22.33 10.32 -
YUV 125.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 217 88 81 0 0.59 0.63 0.15 3.09 0.64 0.58
Hex D9 58 51 0 3B 3F F 3 40 3A
Octal 331 130 121 0 73 77 17 3 100 72
Binary 11011001 1011000 1010001 0 111011 111111 1111 11 1000000 111010

Color Harmonies of #D95851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95851

Black with #D95851

Text Example


Text Example

White with #D95851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95851; }

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

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

background-color css

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

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

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

border-color css

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

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

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