Html Css Color HEX #D3838C Charm

📋 copy color: '#D3838C'

red 211 ◦ green 131 ◦ blue 140

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

Shades of Charm #D3838C

Tints of Charm #D3838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 43.78%
G = 27.18%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3838C (or 0xD3838C) is known color: Charm. HEX triplet: D3, 83 and 8C. RGB value is (211,131,140). Sum of RGB (Red+Green+Blue) = 211+131+140=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3838C is #2C7C73. Grayscale: #9B9B9B. Windows color (decimal): -2915444 or 9208787. OLE color: 9208787.

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

Color convert

RGB 211 131 140 -
CMYK 0 0.38 0.34 0.17
HSL 353.25º 0.48% 0.67% -
HSV(B) 353.25º 0.38% 0.83% -
XYZ 39.71 31.97 28.89 -
YUV 155.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 211 131 140 0 0.38 0.34 0.17 353.25 0.48 0.67
Hex D3 83 8C 0 26 22 11 161 30 43
Octal 323 203 214 0 46 42 21 541 60 103
Binary 11010011 10000011 10001100 0 100110 100010 10001 101100001 110000 1000011

Color Harmonies of #D3838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3838C

Black with #D3838C

Text Example


Text Example

White with #D3838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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