Html Css Color HEX #D6829F Can Can

📋 copy color: '#D6829F'

red 214 ◦ green 130 ◦ blue 159

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

Shades of Can Can #D6829F

Tints of Can Can #D6829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 42.54%
G = 25.84%
B = 31.61%

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

#D6829F (or 0xD6829F) is known color: Can Can. HEX triplet: D6, 82 and 9F. RGB value is (214,130,159). Sum of RGB (Red+Green+Blue) = 214+130+159=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829F is #297D60. Grayscale: #9E9E9E. Windows color (decimal): -2719073 or 10453718. OLE color: 10453718.

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

Color convert

RGB 214 130 159 -
CMYK 0 0.39 0.26 0.16
HSL 339.29º 0.51% 0.67% -
HSV(B) 339.29º 0.39% 0.84% -
XYZ 41.97 32.76 36.91 -
YUV 158.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 214 130 159 0 0.39 0.26 0.16 339.29 0.51 0.67
Hex D6 82 9F 0 27 1A 10 153 33 43
Octal 326 202 237 0 47 32 20 523 63 103
Binary 11010110 10000010 10011111 0 100111 11010 10000 101010011 110011 1000011

Color Harmonies of #D6829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6829F

Black with #D6829F

Text Example


Text Example

White with #D6829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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