Html Css Color HEX #D3718E Charm

📋 copy color: '#D3718E'

red 211 ◦ green 113 ◦ blue 142

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

Shades of Charm #D3718E

Tints of Charm #D3718E

RGB

 RED value IS 211 (82.81% from 255) = 45.28%

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 45.28%
G = 24.25%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3718E (or 0xD3718E) is known color: Charm. HEX triplet: D3, 71 and 8E. RGB value is (211,113,142). Sum of RGB (Red+Green+Blue) = 211+113+142=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3718E is #2C8E71. Grayscale: #919191. Windows color (decimal): -2920050 or 9335251. OLE color: 9335251.

HSL color Cylindrical-coordinate representation of color #D3718E: hue angle of 342.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3718E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 142 -
CMYK 0 0.46 0.33 0.17
HSL 342.24º 0.53% 0.64% -
HSV(B) 342.24º 0.46% 0.83% -
XYZ 37.65 27.61 28.94 -
YUV 145.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 211 113 142 0 0.46 0.33 0.17 342.24 0.53 0.64
Hex D3 71 8E 0 2E 21 11 156 35 40
Octal 323 161 216 0 56 41 21 526 65 100
Binary 11010011 1110001 10001110 0 101110 100001 10001 101010110 110101 1000000

Color Harmonies of #D3718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3718E

Black with #D3718E

Text Example


Text Example

White with #D3718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3718E; }

 p { color: rgb(211,113,142); }

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

background-color css

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

 a { background-color: rgb(211,113,142); }

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

border-color css

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

 span { border-color: rgb(211,113,142); }

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