Html Css Color HEX #D6808D Charm

📋 copy color: '#D6808D'

red 214 ◦ green 128 ◦ blue 141

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

Shades of Charm #D6808D

Tints of Charm #D6808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 44.31%
G = 26.5%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6808D (or 0xD6808D) is known color: Charm. HEX triplet: D6, 80 and 8D. RGB value is (214,128,141). Sum of RGB (Red+Green+Blue) = 214+128+141=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808D is #297F72. Grayscale: #9B9B9B. Windows color (decimal): -2719603 or 9273558. OLE color: 9273558.

HSL color Cylindrical-coordinate representation of color #D6808D: hue angle of 350.93º 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 #D6808D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 141 -
CMYK 0 0.40 0.34 0.16
HSL 350.93º 0.51% 0.67% -
HSV(B) 350.93º 0.4% 0.84% -
XYZ 40.26 31.66 29.19 -
YUV 155.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 214 128 141 0 0.40 0.34 0.16 350.93 0.51 0.67
Hex D6 80 8D 0 28 22 10 15F 33 43
Octal 326 200 215 0 50 42 20 537 63 103
Binary 11010110 10000000 10001101 0 101000 100010 10000 101011111 110011 1000011

Color Harmonies of #D6808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6808D

Black with #D6808D

Text Example


Text Example

White with #D6808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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