#D681AB

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

Shades of Kobi #D681AB

Tints of Kobi #D681AB

Color information

#D681AB (or 0xD681AB) is unknown color: approx Kobi. HEX triplet: D6, 81 and AB. RGB value is (214,129,171). Sum of RGB (Red+Green+Blue) = 214+129+171=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D681AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681AB is #297E54. Grayscale: #9F9F9F. Windows color (decimal): -2719317 or 11239894. OLE color: 11239894.

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

Color convert

RGB214129171-
CMYK00.400.200.16
HSL330.35º50.9%67.25%-
HSV(B)330.35º39.72%83.92%-
XYZ42.9332.9442.62-
YUV159.2134.66167.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=41.63%
G=25.10%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412917100.400.200.16330.3550.967.25
HexD681AB028141014a3343
Octal326201253050242051263103
Binary110101101000000110101011010100010100100001010010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681AB; }

 p { color: rgb(214,129,171); }

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

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

 a { background-color: rgb(214,129,171); }

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

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

 span { border-color: rgb(214,129,171); }

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