Html Css Color HEX #D1728A Charm

📋 copy color: '#D1728A'

red 209 ◦ green 114 ◦ blue 138

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

Shades of Charm #D1728A

Tints of Charm #D1728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 45.34%
G = 24.73%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1728A (or 0xD1728A) is known color: Charm. HEX triplet: D1, 72 and 8A. RGB value is (209,114,138). Sum of RGB (Red+Green+Blue) = 209+114+138=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1728A is #2E8D75. Grayscale: #919191. Windows color (decimal): -3050870 or 9073361. OLE color: 9073361.

HSL color Cylindrical-coordinate representation of color #D1728A: hue angle of 344.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1728A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 138 -
CMYK 0 0.45 0.34 0.18
HSL 344.84º 0.51% 0.63% -
HSV(B) 344.84º 0.45% 0.82% -
XYZ 36.9 27.42 27.39 -
YUV 145.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 209 114 138 0 0.45 0.34 0.18 344.84 0.51 0.63
Hex D1 72 8A 0 2D 22 12 159 33 3F
Octal 321 162 212 0 55 42 22 531 63 77
Binary 11010001 1110010 10001010 0 101101 100010 10010 101011001 110011 111111

Color Harmonies of #D1728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1728A

Black with #D1728A

Text Example


Text Example

White with #D1728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1728A; }

 p { color: rgb(209,114,138); }

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

background-color css

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

 a { background-color: rgb(209,114,138); }

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

border-color css

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

 span { border-color: rgb(209,114,138); }

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