#D680A8

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

Shades of Kobi #D680A8

Tints of Kobi #D680A8

Color information

#D680A8 (or 0xD680A8) is unknown color: approx Kobi. HEX triplet: D6, 80 and A8. RGB value is (214,128,168). Sum of RGB (Red+Green+Blue) = 214+128+168=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D680A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680A8 is #297F57. Grayscale: #9E9E9E. Windows color (decimal): -2719576 or 11043030. OLE color: 11043030.

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

Color convert

RGB214128168-
CMYK00.400.210.16
HSL332.09º51.19%67.06%-
HSV(B)332.09º40.19%83.92%-
XYZ42.5232.5641.09-
YUV158.27133.49167.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=41.96%
G=25.10%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412816800.400.210.16332.0951.1967.06
HexD680A8028151014c3343
Octal326200250050252051463103
Binary110101101000000010101000010100010101100001010011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680A8; }

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

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

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

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

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

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

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

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