Html Css Color HEX #D1728D Charm

📋 copy color: '#D1728D'

red 209 ◦ green 114 ◦ blue 141

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

Shades of Charm #D1728D

Tints of Charm #D1728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 45.04%
G = 24.57%
B = 30.39%

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

#D1728D (or 0xD1728D) is known color: Charm. HEX triplet: D1, 72 and 8D. RGB value is (209,114,141). Sum of RGB (Red+Green+Blue) = 209+114+141=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1728D is #2E8D72. Grayscale: #919191. Windows color (decimal): -3050867 or 9269969. OLE color: 9269969.

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

Color convert

RGB 209 114 141 -
CMYK 0 0.45 0.33 0.18
HSL 342.95º 0.51% 0.63% -
HSV(B) 342.95º 0.45% 0.82% -
XYZ 37.12 27.51 28.55 -
YUV 145.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 209 114 141 0 0.45 0.33 0.18 342.95 0.51 0.63
Hex D1 72 8D 0 2D 21 12 157 33 3F
Octal 321 162 215 0 55 41 22 527 63 77
Binary 11010001 1110010 10001101 0 101101 100001 10010 101010111 110011 111111

Color Harmonies of #D1728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1728D

Black with #D1728D

Text Example


Text Example

White with #D1728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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