Html Css Color HEX #D17A7D Charm

📋 copy color: '#D17A7D'

red 209 ◦ green 122 ◦ blue 125

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

Shades of Charm #D17A7D

Tints of Charm #D17A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 45.83%
G = 26.75%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D17A7D (or 0xD17A7D) is known color: Charm. HEX triplet: D1, 7A and 7D. RGB value is (209,122,125). Sum of RGB (Red+Green+Blue) = 209+122+125=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A7D is #2E8582. Grayscale: #949494. Windows color (decimal): -3048835 or 8223441. OLE color: 8223441.

HSL color Cylindrical-coordinate representation of color #D17A7D: hue angle of 357.93º 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 #D17A7D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 125 -
CMYK 0 0.42 0.40 0.18
HSL 357.93º 0.49% 0.65% -
HSV(B) 357.93º 0.42% 0.82% -
XYZ 36.96 28.96 23.04 -
YUV 148.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 209 122 125 0 0.42 0.40 0.18 357.93 0.49 0.65
Hex D1 7A 7D 0 2A 28 12 166 31 41
Octal 321 172 175 0 52 50 22 546 61 101
Binary 11010001 1111010 1111101 0 101010 101000 10010 101100110 110001 1000001

Color Harmonies of #D17A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A7D

Black with #D17A7D

Text Example


Text Example

White with #D17A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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