Html Css Color HEX #D0818B Charm

📋 copy color: '#D0818B'

red 208 ◦ green 129 ◦ blue 139

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

Shades of Charm #D0818B

Tints of Charm #D0818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 43.7%
G = 27.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0818B (or 0xD0818B) is known color: Charm. HEX triplet: D0, 81 and 8B. RGB value is (208,129,139). Sum of RGB (Red+Green+Blue) = 208+129+139=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818B is #2F7E74. Grayscale: #999999. Windows color (decimal): -3112565 or 9142736. OLE color: 9142736.

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

Color convert

RGB 208 129 139 -
CMYK 0 0.38 0.33 0.18
HSL 352.41º 0.46% 0.66% -
HSV(B) 352.41º 0.38% 0.82% -
XYZ 38.52 30.97 28.37 -
YUV 153.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 208 129 139 0 0.38 0.33 0.18 352.41 0.46 0.66
Hex D0 81 8B 0 26 21 12 160 2E 42
Octal 320 201 213 0 46 41 22 540 56 102
Binary 11010000 10000001 10001011 0 100110 100001 10010 101100000 101110 1000010

Color Harmonies of #D0818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0818B

Black with #D0818B

Text Example


Text Example

White with #D0818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0818B; }

 p { color: rgb(208,129,139); }

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

background-color css

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

 a { background-color: rgb(208,129,139); }

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

border-color css

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

 span { border-color: rgb(208,129,139); }

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