Html Css Color HEX #D1727E Charm

📋 copy color: '#D1727E'

red 209 ◦ green 114 ◦ blue 126

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

Shades of Charm #D1727E

Tints of Charm #D1727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 46.55%
G = 25.39%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1727E (or 0xD1727E) is known color: Charm. HEX triplet: D1, 72 and 7E. RGB value is (209,114,126). Sum of RGB (Red+Green+Blue) = 209+114+126=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727E is #2E8D81. Grayscale: #8F8F8F. Windows color (decimal): -3050882 or 8286929. OLE color: 8286929.

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

Color convert

RGB 209 114 126 -
CMYK 0 0.45 0.40 0.18
HSL 352.42º 0.51% 0.63% -
HSV(B) 352.42º 0.45% 0.82% -
XYZ 36.08 27.1 23.07 -
YUV 143.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 209 114 126 0 0.45 0.40 0.18 352.42 0.51 0.63
Hex D1 72 7E 0 2D 28 12 160 33 3F
Octal 321 162 176 0 55 50 22 540 63 77
Binary 11010001 1110010 1111110 0 101101 101000 10010 101100000 110011 111111

Color Harmonies of #D1727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1727E

Black with #D1727E

Text Example


Text Example

White with #D1727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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