Html Css Color HEX #D17A80 Charm

📋 copy color: '#D17A80'

red 209 ◦ green 122 ◦ blue 128

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

Shades of Charm #D17A80

Tints of Charm #D17A80

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

 GREEN value IS 122 (48.05% from 255) = 26.58%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 45.53%
G = 26.58%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D17A80 (or 0xD17A80) is known color: Charm. HEX triplet: D1, 7A and 80. RGB value is (209,122,128). Sum of RGB (Red+Green+Blue) = 209+122+128=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17A80 is #2E857F. Grayscale: #949494. Windows color (decimal): -3048832 or 8420049. OLE color: 8420049.

HSL color Cylindrical-coordinate representation of color #D17A80: hue angle of 355.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17A80 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 128 -
CMYK 0 0.42 0.39 0.18
HSL 355.86º 0.49% 0.65% -
HSV(B) 355.86º 0.42% 0.82% -
XYZ 37.15 29.03 24.07 -
YUV 148.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 209 122 128 0 0.42 0.39 0.18 355.86 0.49 0.65
Hex D1 7A 80 0 2A 27 12 164 31 41
Octal 321 172 200 0 52 47 22 544 61 101
Binary 11010001 1111010 10000000 0 101010 100111 10010 101100100 110001 1000001

Color Harmonies of #D17A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A80

Black with #D17A80

Text Example


Text Example

White with #D17A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A80; }

 p { color: rgb(209,122,128); }

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

background-color css

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

 a { background-color: rgb(209,122,128); }

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

border-color css

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

 span { border-color: rgb(209,122,128); }

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