Html Css Color HEX #D2838B Charm

📋 copy color: '#D2838B'

red 210 ◦ green 131 ◦ blue 139

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

Shades of Charm #D2838B

Tints of Charm #D2838B

RGB

 RED value IS 210 (82.42% from 255) = 43.75%

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

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 43.75%
G = 27.29%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2838B (or 0xD2838B) is known color: Charm. HEX triplet: D2, 83 and 8B. RGB value is (210,131,139). Sum of RGB (Red+Green+Blue) = 210+131+139=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2838B is #2D7C74. Grayscale: #9B9B9B. Windows color (decimal): -2980981 or 9143250. OLE color: 9143250.

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

Color convert

RGB 210 131 139 -
CMYK 0 0.38 0.34 0.18
HSL 353.92º 0.47% 0.67% -
HSV(B) 353.92º 0.38% 0.82% -
XYZ 39.35 31.8 28.49 -
YUV 155.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 210 131 139 0 0.38 0.34 0.18 353.92 0.47 0.67
Hex D2 83 8B 0 26 22 12 162 2F 43
Octal 322 203 213 0 46 42 22 542 57 103
Binary 11010010 10000011 10001011 0 100110 100010 10010 101100010 101111 1000011

Color Harmonies of #D2838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2838B

Black with #D2838B

Text Example


Text Example

White with #D2838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2838B; }

 p { color: rgb(210,131,139); }

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

background-color css

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

 a { background-color: rgb(210,131,139); }

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

border-color css

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

 span { border-color: rgb(210,131,139); }

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