Html Css Color HEX #D95D4C Valencia

📋 copy color: '#D95D4C'

red 217 ◦ green 93 ◦ blue 76

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

Shades of Valencia #D95D4C

Tints of Valencia #D95D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 56.22%
G = 24.09%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D95D4C (or 0xD95D4C) is known color: Valencia. HEX triplet: D9, 5D and 4C. RGB value is (217,93,76). Sum of RGB (Red+Green+Blue) = 217+93+76=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D4C is #26A2B3. Grayscale: #808080. Windows color (decimal): -2532020 or 5004761. OLE color: 5004761.

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

Color convert

RGB 217 93 76 -
CMYK 0 0.57 0.65 0.15
HSL 7.23º 0.65% 0.57% -
HSV(B) 7.23º 0.65% 0.85% -
XYZ 33.83 23.1 9.51 -
YUV 128.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 217 93 76 0 0.57 0.65 0.15 7.23 0.65 0.57
Hex D9 5D 4C 0 39 41 F 7 41 39
Octal 331 135 114 0 71 101 17 7 101 71
Binary 11011001 1011101 1001100 0 111001 1000001 1111 111 1000001 111001

Color Harmonies of #D95D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D4C

Black with #D95D4C

Text Example


Text Example

White with #D95D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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