#D691A8

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

Shades of Kobi #D691A8

Tints of Kobi #D691A8

Color information

#D691A8 (or 0xD691A8) is unknown color: approx Kobi. HEX triplet: D6, 91 and A8. RGB value is (214,145,168). Sum of RGB (Red+Green+Blue) = 214+145+168=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D691A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691A8 is #296E57. Grayscale: #A8A8A8. Windows color (decimal): -2715224 or 11047382. OLE color: 11047382.

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

Color convert

RGB214145168-
CMYK00.320.210.16
HSL340º45.7%70.39%-
HSV(B)340º32.24%83.92%-
XYZ44.9237.3741.89-
YUV168.25127.86160.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=40.61%
G=27.51%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414516800.320.210.1634045.770.39
HexD691A802015101542e46
Octal326221250040252052456106
Binary110101101001000110101000010000010101100001010101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691A8; }

 p { color: rgb(214,145,168); }

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

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

 a { background-color: rgb(214,145,168); }

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

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

 span { border-color: rgb(214,145,168); }

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