#D289B1

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

Shades of Kobi #D289B1

Tints of Kobi #D289B1

Color information

#D289B1 (or 0xD289B1) is unknown color: approx Kobi. HEX triplet: D2, 89 and B1. RGB value is (210,137,177). Sum of RGB (Red+Green+Blue) = 210+137+177=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D289B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D289B1 is #2D764E. Grayscale: #A3A3A3. Windows color (decimal): -2979407 or 11635154. OLE color: 11635154.

HSL color Cylindrical-coordinate representation of color #D289B1: hue angle of 327.12º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D289B1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210137177-
CMYK00.350.160.18
HSL327.12º44.79%68.04%-
HSV(B)327.12º34.76%82.35%-
XYZ43.4634.7746.02-
YUV163.39135.68161.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=40.08%
G=26.15%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013717700.350.160.18327.1244.7968.04
HexD289B102310121472d44
Octal322211261043202250755104
Binary110100101000100110110001010001110000100101010001111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D289B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D289B1; }

 p { color: rgb(210,137,177); }

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

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

 a { background-color: rgb(210,137,177); }

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

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

 span { border-color: rgb(210,137,177); }

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