Html Css Color HEX #D95754 Valencia

📋 copy color: '#D95754'

red 217 ◦ green 87 ◦ blue 84

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

Shades of Valencia #D95754

Tints of Valencia #D95754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.42%

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

R = 55.93%
G = 22.42%
B = 21.65%

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

#D95754 (or 0xD95754) is known color: Valencia. HEX triplet: D9, 57 and 54. RGB value is (217,87,84). Sum of RGB (Red+Green+Blue) = 217+87+84=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D95754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95754 is #26A8AB. Grayscale: #7D7D7D. Windows color (decimal): -2533548 or 5527513. OLE color: 5527513.

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

Color convert

RGB 217 87 84 -
CMYK 0 0.60 0.61 0.15
HSL 1.35º 0.64% 0.59% -
HSV(B) 1.35º 0.61% 0.85% -
XYZ 33.62 22.21 10.9 -
YUV 125.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 217 87 84 0 0.60 0.61 0.15 1.35 0.64 0.59
Hex D9 57 54 0 3C 3D F 1 40 3B
Octal 331 127 124 0 74 75 17 1 100 73
Binary 11011001 1010111 1010100 0 111100 111101 1111 1 1000000 111011

Color Harmonies of #D95754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95754

Black with #D95754

Text Example


Text Example

White with #D95754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95754; }

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

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

background-color css

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

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

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

border-color css

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

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

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