#d781ab

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

Shades of Kobi #D781AB

Tints of Kobi #D781AB

Color information

#D781AB (or 0xD781AB) is unknown color: approx Kobi. HEX triplet: D7, 81 and AB. RGB value is (215,129,171). Sum of RGB (Red+Green+Blue) = 215+129+171=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D781AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D781AB is #287E54. Grayscale: #9F9F9F. Windows color (decimal): -2653781 or 11239895. OLE color: 11239895.

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

Color convert

RGB215129171-
CMYK00.40.200.16
HSL330.7º51.81%67.45%-
HSV(B)330.7º40%84.31%-
XYZ43.2333.0942.64-
YUV159.5134.49167.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=41.75%
G=25.05%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512917100.40.200.16330.751.8167.45
HexD781AB028141014b3443
Octal327201253050242051364103
Binary110101111000000110101011010100010100100001010010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d781ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d781ab; }

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

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

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

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

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

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

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

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