#D691B0

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

Shades of Kobi #D691B0

Tints of Kobi #D691B0

Color information

#D691B0 (or 0xD691B0) is unknown color: approx Kobi. HEX triplet: D6, 91 and B0. RGB value is (214,145,176). Sum of RGB (Red+Green+Blue) = 214+145+176=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691B0 is #296E4F. Grayscale: #A9A9A9. Windows color (decimal): -2715216 or 11571670. OLE color: 11571670.

HSL color Cylindrical-coordinate representation of color #D691B0: hue angle of 333.04º 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 #D691B0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214145176-
CMYK00.320.180.16
HSL333.04º45.7%70.39%-
HSV(B)333.04º32.24%83.92%-
XYZ45.6937.6845.94-
YUV169.16131.86159.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=40%
G=27.10%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414517600.320.180.16333.0445.770.39
HexD691B0020121014d2e46
Octal326221260040222051556106
Binary110101101001000110110000010000010010100001010011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691B0; }

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

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

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

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

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

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

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

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