Html Css Color HEX #D6829E Can Can

📋 copy color: '#D6829E'

red 214 ◦ green 130 ◦ blue 158

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

Shades of Can Can #D6829E

Tints of Can Can #D6829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 42.63%
G = 25.9%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6829E (or 0xD6829E) is known color: Can Can. HEX triplet: D6, 82 and 9E. RGB value is (214,130,158). Sum of RGB (Red+Green+Blue) = 214+130+158=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829E is #297D61. Grayscale: #9E9E9E. Windows color (decimal): -2719074 or 10388182. OLE color: 10388182.

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

Color convert

RGB 214 130 158 -
CMYK 0 0.39 0.26 0.16
HSL 340º 0.51% 0.67% -
HSV(B) 340º 0.39% 0.84% -
XYZ 41.89 32.73 36.46 -
YUV 158.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 214 130 158 0 0.39 0.26 0.16 340 0.51 0.67
Hex D6 82 9E 0 27 1A 10 154 33 43
Octal 326 202 236 0 47 32 20 524 63 103
Binary 11010110 10000010 10011110 0 100111 11010 10000 101010100 110011 1000011

Color Harmonies of #D6829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6829E

Black with #D6829E

Text Example


Text Example

White with #D6829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6829E; }

 p { color: rgb(214,130,158); }

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

background-color css

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

 a { background-color: rgb(214,130,158); }

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

border-color css

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

 span { border-color: rgb(214,130,158); }

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