#D980AB

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

Shades of Kobi #D980AB

Tints of Kobi #D980AB

Color information

#D980AB (or 0xD980AB) is unknown color: approx Kobi. HEX triplet: D9, 80 and AB. RGB value is (217,128,171). Sum of RGB (Red+Green+Blue) = 217+128+171=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D980AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D980AB is #267F54. Grayscale: #9F9F9F. Windows color (decimal): -2522965 or 11239641. OLE color: 11239641.

HSL color Cylindrical-coordinate representation of color #D980AB: hue angle of 331.01º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980AB is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217128171-
CMYK00.410.210.15
HSL331.01º53.94%67.65%-
HSV(B)331.01º41.01%85.1%-
XYZ43.6933.1342.62-
YUV159.51134.49169-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=42.05%
G=24.81%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712817100.410.210.15331.0153.9467.65
HexD980AB02915F14b3644
Octal331200253051251751366104
Binary11011001100000001010101101010011010111111010010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980AB; }

 p { color: rgb(217,128,171); }

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

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

 a { background-color: rgb(217,128,171); }

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

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

 span { border-color: rgb(217,128,171); }

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