Html Css Color HEX #D37C8E Charm

📋 copy color: '#D37C8E'

red 211 ◦ green 124 ◦ blue 142

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

Shades of Charm #D37C8E

Tints of Charm #D37C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 44.23%
G = 26%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D37C8E (or 0xD37C8E) is known color: Charm. HEX triplet: D3, 7C and 8E. RGB value is (211,124,142). Sum of RGB (Red+Green+Blue) = 211+124+142=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37C8E is #2C8371. Grayscale: #989898. Windows color (decimal): -2917234 or 9338067. OLE color: 9338067.

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

Color convert

RGB 211 124 142 -
CMYK 0 0.41 0.33 0.17
HSL 347.59º 0.5% 0.66% -
HSV(B) 347.59º 0.41% 0.83% -
XYZ 38.95 30.22 29.37 -
YUV 152.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 211 124 142 0 0.41 0.33 0.17 347.59 0.5 0.66
Hex D3 7C 8E 0 29 21 11 15C 32 42
Octal 323 174 216 0 51 41 21 534 62 102
Binary 11010011 1111100 10001110 0 101001 100001 10001 101011100 110010 1000010

Color Harmonies of #D37C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C8E

Black with #D37C8E

Text Example


Text Example

White with #D37C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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