Html Css Color HEX #D1718A Charm

📋 copy color: '#D1718A'

red 209 ◦ green 113 ◦ blue 138

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

Shades of Charm #D1718A

Tints of Charm #D1718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 45.43%
G = 24.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1718A (or 0xD1718A) is known color: Charm. HEX triplet: D1, 71 and 8A. RGB value is (209,113,138). Sum of RGB (Red+Green+Blue) = 209+113+138=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718A is #2E8E75. Grayscale: #909090. Windows color (decimal): -3051126 or 9073105. OLE color: 9073105.

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

Color convert

RGB 209 113 138 -
CMYK 0 0.46 0.34 0.18
HSL 344.38º 0.51% 0.63% -
HSV(B) 344.38º 0.46% 0.82% -
XYZ 36.79 27.2 27.36 -
YUV 144.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 209 113 138 0 0.46 0.34 0.18 344.38 0.51 0.63
Hex D1 71 8A 0 2E 22 12 158 33 3F
Octal 321 161 212 0 56 42 22 530 63 77
Binary 11010001 1110001 10001010 0 101110 100010 10010 101011000 110011 111111

Color Harmonies of #D1718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1718A

Black with #D1718A

Text Example


Text Example

White with #D1718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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