Html Css Color HEX #D5716E Contessa

📋 copy color: '#D5716E'

red 213 ◦ green 113 ◦ blue 110

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

Shades of Contessa #D5716E

Tints of Contessa #D5716E

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

 GREEN value IS 113 (44.53% from 255) = 25.92%

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 48.85%
G = 25.92%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5716E (or 0xD5716E) is known color: Contessa. HEX triplet: D5, 71 and 6E. RGB value is (213,113,110). Sum of RGB (Red+Green+Blue) = 213+113+110=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5716E is #2A8E91. Grayscale: #8E8E8E. Windows color (decimal): -2789010 or 7238101. OLE color: 7238101.

HSL color Cylindrical-coordinate representation of color #D5716E: hue angle of 1.75º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5716E is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 110 -
CMYK 0 0.47 0.48 0.16
HSL 1.75º 0.55% 0.63% -
HSV(B) 1.75º 0.48% 0.84% -
XYZ 36.16 27.08 18.07 -
YUV 142.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 213 113 110 0 0.47 0.48 0.16 1.75 0.55 0.63
Hex D5 71 6E 0 2F 30 10 2 37 3F
Octal 325 161 156 0 57 60 20 2 67 77
Binary 11010101 1110001 1101110 0 101111 110000 10000 10 110111 111111

Color Harmonies of #D5716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5716E

Black with #D5716E

Text Example


Text Example

White with #D5716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5716E; }

 p { color: rgb(213,113,110); }

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

background-color css

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

 a { background-color: rgb(213,113,110); }

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

border-color css

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

 span { border-color: rgb(213,113,110); }

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