Html Css Color HEX #D0828A Charm

📋 copy color: '#D0828A'

red 208 ◦ green 130 ◦ blue 138

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

Shades of Charm #D0828A

Tints of Charm #D0828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

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

R = 43.7%
G = 27.31%
B = 28.99%

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

#D0828A (or 0xD0828A) is known color: Charm. HEX triplet: D0, 82 and 8A. RGB value is (208,130,138). Sum of RGB (Red+Green+Blue) = 208+130+138=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0828A is #2F7D75. Grayscale: #9A9A9A. Windows color (decimal): -3112310 or 9077456. OLE color: 9077456.

HSL color Cylindrical-coordinate representation of color #D0828A: hue angle of 353.85º degrees, saturation: 0.45, 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 #D0828A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 138 -
CMYK 0 0.38 0.34 0.18
HSL 353.85º 0.45% 0.66% -
HSV(B) 353.85º 0.38% 0.82% -
XYZ 38.58 31.21 28.04 -
YUV 154.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 208 130 138 0 0.38 0.34 0.18 353.85 0.45 0.66
Hex D0 82 8A 0 26 22 12 162 2D 42
Octal 320 202 212 0 46 42 22 542 55 102
Binary 11010000 10000010 10001010 0 100110 100010 10010 101100010 101101 1000010

Color Harmonies of #D0828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0828A

Black with #D0828A

Text Example


Text Example

White with #D0828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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