Html Css Color HEX #D1727D Charm

📋 copy color: '#D1727D'

red 209 ◦ green 114 ◦ blue 125

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

Shades of Charm #D1727D

Tints of Charm #D1727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 46.65%
G = 25.45%
B = 27.9%

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

#D1727D (or 0xD1727D) is known color: Charm. HEX triplet: D1, 72 and 7D. RGB value is (209,114,125). Sum of RGB (Red+Green+Blue) = 209+114+125=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727D is #2E8D82. Grayscale: #8F8F8F. Windows color (decimal): -3050883 or 8221393. OLE color: 8221393.

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

Color convert

RGB 209 114 125 -
CMYK 0 0.45 0.40 0.18
HSL 353.05º 0.51% 0.63% -
HSV(B) 353.05º 0.45% 0.82% -
XYZ 36.01 27.07 22.73 -
YUV 143.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 209 114 125 0 0.45 0.40 0.18 353.05 0.51 0.63
Hex D1 72 7D 0 2D 28 12 161 33 3F
Octal 321 162 175 0 55 50 22 541 63 77
Binary 11010001 1110010 1111101 0 101101 101000 10010 101100001 110011 111111

Color Harmonies of #D1727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1727D

Black with #D1727D

Text Example


Text Example

White with #D1727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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