Html Css Color HEX #D3738C Charm

📋 copy color: '#D3738C'

red 211 ◦ green 115 ◦ blue 140

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

Shades of Charm #D3738C

Tints of Charm #D3738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 45.28%
G = 24.68%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3738C (or 0xD3738C) is known color: Charm. HEX triplet: D3, 73 and 8C. RGB value is (211,115,140). Sum of RGB (Red+Green+Blue) = 211+115+140=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3738C is #2C8C73. Grayscale: #929292. Windows color (decimal): -2919540 or 9204691. OLE color: 9204691.

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

Color convert

RGB 211 115 140 -
CMYK 0 0.45 0.34 0.17
HSL 344.38º 0.52% 0.64% -
HSV(B) 344.38º 0.45% 0.83% -
XYZ 37.73 28 28.23 -
YUV 146.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 211 115 140 0 0.45 0.34 0.17 344.38 0.52 0.64
Hex D3 73 8C 0 2D 22 11 158 34 40
Octal 323 163 214 0 55 42 21 530 64 100
Binary 11010011 1110011 10001100 0 101101 100010 10001 101011000 110100 1000000

Color Harmonies of #D3738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3738C

Black with #D3738C

Text Example


Text Example

White with #D3738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3738C; }

 p { color: rgb(211,115,140); }

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

background-color css

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

 a { background-color: rgb(211,115,140); }

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

border-color css

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

 span { border-color: rgb(211,115,140); }

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