#D6828F

Color #D6828F Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D6828F

Tints of Can Can #D6828F

Color information

#D6828F (or 0xD6828F) is unknown color: approx Can Can. HEX triplet: D6, 82 and 8F. RGB value is (214,130,143). Sum of RGB (Red+Green+Blue) = 214+130+143=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6828F is #297D70. Grayscale: #9C9C9C. Windows color (decimal): -2719089 or 9405142. OLE color: 9405142.

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

Color convert

RGB214130143-
CMYK00.390.330.16
HSL350.71º50.6%67.45%-
HSV(B)350.71º39.25%83.92%-
XYZ40.6732.2430.07-
YUV156.6120.33168.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=43.94%
G=26.69%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413014300.390.330.16350.7150.667.45
HexD6828F027211015f3343
Octal326202217047412053763103
Binary1101011010000010100011110100111100001100001010111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6828F; }

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

 H1.HeaderClassName
 {
   color: #D6828F;
 }
 .AnyTagClassName
 {
   color: #D6828F;
 }
</style>
background-color css

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

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

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

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

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

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