Html Css Color HEX #D3717D Charm

📋 copy color: '#D3717D'

red 211 ◦ green 113 ◦ blue 125

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

Shades of Charm #D3717D

Tints of Charm #D3717D

RGB

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

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

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

R = 46.99%
G = 25.17%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3717D (or 0xD3717D) is known color: Charm. HEX triplet: D3, 71 and 7D. RGB value is (211,113,125). Sum of RGB (Red+Green+Blue) = 211+113+125=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3717D is #2C8E82. Grayscale: #8F8F8F. Windows color (decimal): -2920067 or 8221139. OLE color: 8221139.

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

Color convert

RGB 211 113 125 -
CMYK 0 0.46 0.41 0.17
HSL 352.65º 0.53% 0.64% -
HSV(B) 352.65º 0.46% 0.83% -
XYZ 36.47 27.14 22.72 -
YUV 143.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 211 113 125 0 0.46 0.41 0.17 352.65 0.53 0.64
Hex D3 71 7D 0 2E 29 11 161 35 40
Octal 323 161 175 0 56 51 21 541 65 100
Binary 11010011 1110001 1111101 0 101110 101001 10001 101100001 110101 1000000

Color Harmonies of #D3717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3717D

Black with #D3717D

Text Example


Text Example

White with #D3717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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