Html Css Color HEX #D6808B Charm

📋 copy color: '#D6808B'

red 214 ◦ green 128 ◦ blue 139

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

Shades of Charm #D6808B

Tints of Charm #D6808B

RGB

 RED value IS 214 (83.98% from 255) = 44.49%

 GREEN value IS 128 (50.39% from 255) = 26.61%

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

R = 44.49%
G = 26.61%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6808B (or 0xD6808B) is known color: Charm. HEX triplet: D6, 80 and 8B. RGB value is (214,128,139). Sum of RGB (Red+Green+Blue) = 214+128+139=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808B is #297F74. Grayscale: #9B9B9B. Windows color (decimal): -2719605 or 9142486. OLE color: 9142486.

HSL color Cylindrical-coordinate representation of color #D6808B: hue angle of 352.33º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6808B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 139 -
CMYK 0 0.40 0.35 0.16
HSL 352.33º 0.51% 0.67% -
HSV(B) 352.33º 0.4% 0.84% -
XYZ 40.11 31.6 28.41 -
YUV 154.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 214 128 139 0 0.40 0.35 0.16 352.33 0.51 0.67
Hex D6 80 8B 0 28 23 10 160 33 43
Octal 326 200 213 0 50 43 20 540 63 103
Binary 11010110 10000000 10001011 0 101000 100011 10000 101100000 110011 1000011

Color Harmonies of #D6808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6808B

Black with #D6808B

Text Example


Text Example

White with #D6808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6808B; }

 p { color: rgb(214,128,139); }

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

background-color css

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

 a { background-color: rgb(214,128,139); }

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

border-color css

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

 span { border-color: rgb(214,128,139); }

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