#D980AD

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

Shades of Kobi #D980AD

Tints of Kobi #D980AD

Color information

#D980AD (or 0xD980AD) is unknown color: approx Kobi. HEX triplet: D9, 80 and AD. RGB value is (217,128,173). Sum of RGB (Red+Green+Blue) = 217+128+173=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D980AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D980AD is #267F52. Grayscale: #9F9F9F. Windows color (decimal): -2522963 or 11370713. OLE color: 11370713.

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

Color convert

RGB217128173-
CMYK00.410.200.15
HSL329.66º53.94%67.65%-
HSV(B)329.66º41.01%85.1%-
XYZ43.8833.2143.63-
YUV159.74135.49168.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=41.89%
G=24.71%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712817300.410.200.15329.6653.9467.65
HexD980AD02914F14a3644
Octal331200255051241751266104
Binary11011001100000001010110101010011010011111010010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980AD; }

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

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

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

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

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

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

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

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