#D69FB1

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

Shades of Kobi #D69FB1

Tints of Kobi #D69FB1

Color information

#D69FB1 (or 0xD69FB1) is unknown color: approx Kobi. HEX triplet: D6, 9F and B1. RGB value is (214,159,177). Sum of RGB (Red+Green+Blue) = 214+159+177=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FB1 is #29604E. Grayscale: #B1B1B1. Windows color (decimal): -2711631 or 11640790. OLE color: 11640790.

HSL color Cylindrical-coordinate representation of color #D69FB1: hue angle of 340.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FB1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214159177-
CMYK00.260.170.16
HSL340.36º40.15%73.14%-
HSV(B)340.36º25.7%83.92%-
XYZ48.0742.2747.22-
YUV177.5127.72154.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=38.91%
G=28.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415917700.260.170.16340.3640.1573.14
HexD69FB101A11101542849
Octal326237261032212052450111
Binary11010110100111111011000101101010001100001010101001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FB1; }

 p { color: rgb(214,159,177); }

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

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

 a { background-color: rgb(214,159,177); }

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

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

 span { border-color: rgb(214,159,177); }

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