#D689A9

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

Shades of Kobi #D689A9

Tints of Kobi #D689A9

Color information

#D689A9 (or 0xD689A9) is unknown color: approx Kobi. HEX triplet: D6, 89 and A9. RGB value is (214,137,169). Sum of RGB (Red+Green+Blue) = 214+137+169=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A9 is #297656. Grayscale: #A3A3A3. Windows color (decimal): -2717271 or 11110870. OLE color: 11110870.

HSL color Cylindrical-coordinate representation of color #D689A9: hue angle of 335.06º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689A9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214137169-
CMYK00.360.210.16
HSL335.06º48.43%68.82%-
HSV(B)335.06º35.98%83.92%-
XYZ43.8435.0541.99-
YUV163.67131.01163.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=41.15%
G=26.35%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413716900.360.210.16335.0648.4368.82
HexD689A9024151014f3045
Octal326211251044252051760105
Binary110101101000100110101001010010010101100001010011111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689A9; }

 p { color: rgb(214,137,169); }

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

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

 a { background-color: rgb(214,137,169); }

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

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

 span { border-color: rgb(214,137,169); }

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