Html Css Color HEX #D1728E Charm

📋 copy color: '#D1728E'

red 209 ◦ green 114 ◦ blue 142

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

Shades of Charm #D1728E

Tints of Charm #D1728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 44.95%
G = 24.52%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1728E (or 0xD1728E) is known color: Charm. HEX triplet: D1, 72 and 8E. RGB value is (209,114,142). Sum of RGB (Red+Green+Blue) = 209+114+142=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1728E is #2E8D71. Grayscale: #919191. Windows color (decimal): -3050866 or 9335505. OLE color: 9335505.

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

Color convert

RGB 209 114 142 -
CMYK 0 0.45 0.32 0.18
HSL 342.32º 0.51% 0.63% -
HSV(B) 342.32º 0.45% 0.82% -
XYZ 37.19 27.54 28.95 -
YUV 145.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 209 114 142 0 0.45 0.32 0.18 342.32 0.51 0.63
Hex D1 72 8E 0 2D 20 12 156 33 3F
Octal 321 162 216 0 55 40 22 526 63 77
Binary 11010001 1110010 10001110 0 101101 100000 10010 101010110 110011 111111

Color Harmonies of #D1728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1728E

Black with #D1728E

Text Example


Text Example

White with #D1728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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