Html Css Color HEX #D0838A Charm

📋 copy color: '#D0838A'

red 208 ◦ green 131 ◦ blue 138

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

Shades of Charm #D0838A

Tints of Charm #D0838A

RGB

 RED value IS 208 (81.64% from 255) = 43.61%

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 43.61%
G = 27.46%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0838A (or 0xD0838A) is known color: Charm. HEX triplet: D0, 83 and 8A. RGB value is (208,131,138). Sum of RGB (Red+Green+Blue) = 208+131+138=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0838A is #2F7C75. Grayscale: #9A9A9A. Windows color (decimal): -3112054 or 9077712. OLE color: 9077712.

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

Color convert

RGB 208 131 138 -
CMYK 0 0.37 0.34 0.18
HSL 354.55º 0.45% 0.66% -
HSV(B) 354.55º 0.37% 0.82% -
XYZ 38.72 31.48 28.08 -
YUV 154.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 208 131 138 0 0.37 0.34 0.18 354.55 0.45 0.66
Hex D0 83 8A 0 25 22 12 163 2D 42
Octal 320 203 212 0 45 42 22 543 55 102
Binary 11010000 10000011 10001010 0 100101 100010 10010 101100011 101101 1000010

Color Harmonies of #D0838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0838A

Black with #D0838A

Text Example


Text Example

White with #D0838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0838A; }

 p { color: rgb(208,131,138); }

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

background-color css

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

 a { background-color: rgb(208,131,138); }

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

border-color css

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

 span { border-color: rgb(208,131,138); }

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