Html Css Color HEX #D95655 Valencia

📋 copy color: '#D95655'

red 217 ◦ green 86 ◦ blue 85

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

Shades of Valencia #D95655

Tints of Valencia #D95655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

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

R = 55.93%
G = 22.16%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D95655 (or 0xD95655) is known color: Valencia. HEX triplet: D9, 56 and 55. RGB value is (217,86,85). Sum of RGB (Red+Green+Blue) = 217+86+85=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D95655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95655 is #26A9AA. Grayscale: #7D7D7D. Windows color (decimal): -2533803 or 5592793. OLE color: 5592793.

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

Color convert

RGB 217 86 85 -
CMYK 0 0.60 0.61 0.15
HSL 0.45º 0.63% 0.59% -
HSV(B) 0.45º 0.61% 0.85% -
XYZ 33.58 22.06 11.08 -
YUV 125.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 217 86 85 0 0.60 0.61 0.15 0.45 0.63 0.59
Hex D9 56 55 0 3C 3D F 0 3F 3B
Octal 331 126 125 0 74 75 17 0 77 73
Binary 11011001 1010110 1010101 0 111100 111101 1111 0 111111 111011

Color Harmonies of #D95655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95655

Black with #D95655

Text Example


Text Example

White with #D95655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95655; }

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

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

background-color css

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

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

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

border-color css

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

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

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