Html Css Color HEX #D95D4E Valencia

📋 copy color: '#D95D4E'

red 217 ◦ green 93 ◦ blue 78

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

Shades of Valencia #D95D4E

Tints of Valencia #D95D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 55.93%
G = 23.97%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D95D4E (or 0xD95D4E) is known color: Valencia. HEX triplet: D9, 5D and 4E. RGB value is (217,93,78). Sum of RGB (Red+Green+Blue) = 217+93+78=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D4E is #26A2B1. Grayscale: #808080. Windows color (decimal): -2532018 or 5135833. OLE color: 5135833.

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

Color convert

RGB 217 93 78 -
CMYK 0 0.57 0.64 0.15
HSL 6.47º 0.65% 0.58% -
HSV(B) 6.47º 0.64% 0.85% -
XYZ 33.9 23.13 9.89 -
YUV 128.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 217 93 78 0 0.57 0.64 0.15 6.47 0.65 0.58
Hex D9 5D 4E 0 39 40 F 6 41 3A
Octal 331 135 116 0 71 100 17 6 101 72
Binary 11011001 1011101 1001110 0 111001 1000000 1111 110 1000001 111010

Color Harmonies of #D95D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D4E

Black with #D95D4E

Text Example


Text Example

White with #D95D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D4E; }

 p { color: rgb(217,93,78); }

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

background-color css

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

 a { background-color: rgb(217,93,78); }

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

border-color css

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

 span { border-color: rgb(217,93,78); }

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