Html Css Color HEX #D1727C Charm

📋 copy color: '#D1727C'

red 209 ◦ green 114 ◦ blue 124

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

Shades of Charm #D1727C

Tints of Charm #D1727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 46.76%
G = 25.5%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1727C (or 0xD1727C) is known color: Charm. HEX triplet: D1, 72 and 7C. RGB value is (209,114,124). Sum of RGB (Red+Green+Blue) = 209+114+124=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727C is #2E8D83. Grayscale: #8F8F8F. Windows color (decimal): -3050884 or 8155857. OLE color: 8155857.

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

Color convert

RGB 209 114 124 -
CMYK 0 0.45 0.41 0.18
HSL 353.68º 0.51% 0.63% -
HSV(B) 353.68º 0.45% 0.82% -
XYZ 35.95 27.05 22.39 -
YUV 143.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 209 114 124 0 0.45 0.41 0.18 353.68 0.51 0.63
Hex D1 72 7C 0 2D 29 12 162 33 3F
Octal 321 162 174 0 55 51 22 542 63 77
Binary 11010001 1110010 1111100 0 101101 101001 10010 101100010 110011 111111

Color Harmonies of #D1727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1727C

Black with #D1727C

Text Example


Text Example

White with #D1727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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