Html Css Color HEX #D75856 Valencia

📋 copy color: '#D75856'

red 215 ◦ green 88 ◦ blue 86

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

Shades of Valencia #D75856

Tints of Valencia #D75856

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 55.27%
G = 22.62%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D75856 (or 0xD75856) is known color: Valencia. HEX triplet: D7, 58 and 56. RGB value is (215,88,86). Sum of RGB (Red+Green+Blue) = 215+88+86=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D75856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75856 is #28A7A9. Grayscale: #7D7D7D. Windows color (decimal): -2664362 or 5658839. OLE color: 5658839.

HSL color Cylindrical-coordinate representation of color #D75856: hue angle of 0.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75856 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 86 -
CMYK 0 0.59 0.6 0.16
HSL 0.93º 0.62% 0.59% -
HSV(B) 0.93º 0.6% 0.84% -
XYZ 33.19 22.1 11.32 -
YUV 125.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 215 88 86 0 0.59 0.6 0.16 0.93 0.62 0.59
Hex D7 58 56 0 3B 3C 10 1 3E 3B
Octal 327 130 126 0 73 74 20 1 76 73
Binary 11010111 1011000 1010110 0 111011 111100 10000 1 111110 111011

Color Harmonies of #D75856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75856

Black with #D75856

Text Example


Text Example

White with #D75856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75856; }

 p { color: rgb(215,88,86); }

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

background-color css

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

 a { background-color: rgb(215,88,86); }

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

border-color css

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

 span { border-color: rgb(215,88,86); }

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