#D69FB3

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

Shades of Kobi #D69FB3

Tints of Kobi #D69FB3

Color information

#D69FB3 (or 0xD69FB3) is unknown color: approx Kobi. HEX triplet: D6, 9F and B3. RGB value is (214,159,179). Sum of RGB (Red+Green+Blue) = 214+159+179=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FB3 is #29604C. Grayscale: #B1B1B1. Windows color (decimal): -2711629 or 11771862. OLE color: 11771862.

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

Color convert

RGB214159179-
CMYK00.260.160.16
HSL338.18º40.15%73.14%-
HSV(B)338.18º25.7%83.92%-
XYZ48.2742.3548.28-
YUV177.72128.72153.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=38.77%
G=28.80%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415917900.260.160.16338.1840.1573.14
HexD69FB301A10101522849
Octal326237263032202052250111
Binary11010110100111111011001101101010000100001010100101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FB3; }

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

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

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

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

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

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

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

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