Html Css Color HEX #D1728B Charm

📋 copy color: '#D1728B'

red 209 ◦ green 114 ◦ blue 139

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

Shades of Charm #D1728B

Tints of Charm #D1728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 45.24%
G = 24.68%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1728B (or 0xD1728B) is known color: Charm. HEX triplet: D1, 72 and 8B. RGB value is (209,114,139). Sum of RGB (Red+Green+Blue) = 209+114+139=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1728B is #2E8D74. Grayscale: #919191. Windows color (decimal): -3050869 or 9138897. OLE color: 9138897.

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

Color convert

RGB 209 114 139 -
CMYK 0 0.45 0.33 0.18
HSL 344.21º 0.51% 0.63% -
HSV(B) 344.21º 0.45% 0.82% -
XYZ 36.97 27.45 27.78 -
YUV 145.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 209 114 139 0 0.45 0.33 0.18 344.21 0.51 0.63
Hex D1 72 8B 0 2D 21 12 158 33 3F
Octal 321 162 213 0 55 41 22 530 63 77
Binary 11010001 1110010 10001011 0 101101 100001 10010 101011000 110011 111111

Color Harmonies of #D1728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1728B

Black with #D1728B

Text Example


Text Example

White with #D1728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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