Html Css Color HEX #D1718D Charm

📋 copy color: '#D1718D'

red 209 ◦ green 113 ◦ blue 141

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

Shades of Charm #D1718D

Tints of Charm #D1718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 45.14%
G = 24.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1718D (or 0xD1718D) is known color: Charm. HEX triplet: D1, 71 and 8D. RGB value is (209,113,141). Sum of RGB (Red+Green+Blue) = 209+113+141=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718D is #2E8E72. Grayscale: #909090. Windows color (decimal): -3051123 or 9269713. OLE color: 9269713.

HSL color Cylindrical-coordinate representation of color #D1718D: hue angle of 342.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1718D is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 113 141 -
CMYK 0 0.46 0.33 0.18
HSL 342.5º 0.51% 0.63% -
HSV(B) 342.5º 0.46% 0.82% -
XYZ 37.01 27.29 28.52 -
YUV 144.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 209 113 141 0 0.46 0.33 0.18 342.5 0.51 0.63
Hex D1 71 8D 0 2E 21 12 156 33 3F
Octal 321 161 215 0 56 41 22 526 63 77
Binary 11010001 1110001 10001101 0 101110 100001 10010 101010110 110011 111111

Color Harmonies of #D1718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1718D

Black with #D1718D

Text Example


Text Example

White with #D1718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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