Html Css Color HEX #D6808A Charm

📋 copy color: '#D6808A'

red 214 ◦ green 128 ◦ blue 138

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

Shades of Charm #D6808A

Tints of Charm #D6808A

RGB

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

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

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

R = 44.58%
G = 26.67%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6808A (or 0xD6808A) is known color: Charm. HEX triplet: D6, 80 and 8A. RGB value is (214,128,138). Sum of RGB (Red+Green+Blue) = 214+128+138=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808A is #297F75. Grayscale: #9A9A9A. Windows color (decimal): -2719606 or 9076950. OLE color: 9076950.

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

Color convert

RGB 214 128 138 -
CMYK 0 0.40 0.36 0.16
HSL 353.02º 0.51% 0.67% -
HSV(B) 353.02º 0.4% 0.84% -
XYZ 40.04 31.57 28.03 -
YUV 154.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 214 128 138 0 0.40 0.36 0.16 353.02 0.51 0.67
Hex D6 80 8A 0 28 24 10 161 33 43
Octal 326 200 212 0 50 44 20 541 63 103
Binary 11010110 10000000 10001010 0 101000 100100 10000 101100001 110011 1000011

Color Harmonies of #D6808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6808A

Black with #D6808A

Text Example


Text Example

White with #D6808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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