Html Css Color HEX #D95855 Valencia

📋 copy color: '#D95855'

red 217 ◦ green 88 ◦ blue 85

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

Shades of Valencia #D95855

Tints of Valencia #D95855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 55.64%
G = 22.56%
B = 21.79%

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

#D95855 (or 0xD95855) is known color: Valencia. HEX triplet: D9, 58 and 55. RGB value is (217,88,85). Sum of RGB (Red+Green+Blue) = 217+88+85=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D95855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95855 is #26A7AA. Grayscale: #7E7E7E. Windows color (decimal): -2533291 or 5593305. OLE color: 5593305.

HSL color Cylindrical-coordinate representation of color #D95855: hue angle of 1.36º degrees, saturation: 0.63, 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 #D95855 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 85 -
CMYK 0 0.59 0.61 0.15
HSL 1.36º 0.63% 0.59% -
HSV(B) 1.36º 0.61% 0.85% -
XYZ 33.74 22.39 11.14 -
YUV 126.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 217 88 85 0 0.59 0.61 0.15 1.36 0.63 0.59
Hex D9 58 55 0 3B 3D F 1 3F 3B
Octal 331 130 125 0 73 75 17 1 77 73
Binary 11011001 1011000 1010101 0 111011 111101 1111 1 111111 111011

Color Harmonies of #D95855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95855

Black with #D95855

Text Example


Text Example

White with #D95855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95855; }

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

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

background-color css

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

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

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

border-color css

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

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

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