Html Css Color HEX #D1718F Charm

📋 copy color: '#D1718F'

red 209 ◦ green 113 ◦ blue 143

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

Shades of Charm #D1718F

Tints of Charm #D1718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 44.95%
G = 24.3%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1718F (or 0xD1718F) is known color: Charm. HEX triplet: D1, 71 and 8F. RGB value is (209,113,143). Sum of RGB (Red+Green+Blue) = 209+113+143=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718F is #2E8E70. Grayscale: #919191. Windows color (decimal): -3051121 or 9400785. OLE color: 9400785.

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

Color convert

RGB 209 113 143 -
CMYK 0 0.46 0.32 0.18
HSL 341.25º 0.51% 0.63% -
HSV(B) 341.25º 0.46% 0.82% -
XYZ 37.16 27.35 29.31 -
YUV 145.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 209 113 143 0 0.46 0.32 0.18 341.25 0.51 0.63
Hex D1 71 8F 0 2E 20 12 155 33 3F
Octal 321 161 217 0 56 40 22 525 63 77
Binary 11010001 1110001 10001111 0 101110 100000 10010 101010101 110011 111111

Color Harmonies of #D1718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1718F

Black with #D1718F

Text Example


Text Example

White with #D1718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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