#D69BB2

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

Shades of Kobi #D69BB2

Tints of Kobi #D69BB2

Color information

#D69BB2 (or 0xD69BB2) is unknown color: approx Kobi. HEX triplet: D6, 9B and B2. RGB value is (214,155,178). Sum of RGB (Red+Green+Blue) = 214+155+178=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BB2 is #29644D. Grayscale: #AFAFAF. Windows color (decimal): -2712654 or 11705302. OLE color: 11705302.

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

Color convert

RGB214155178-
CMYK00.280.170.16
HSL336.61º41.84%72.35%-
HSV(B)336.61º27.57%83.92%-
XYZ47.4940.9547.52-
YUV175.26129.55155.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=39.12%
G=28.34%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415517800.280.170.16336.6141.8472.35
HexD69BB201C11101512a48
Octal326233262034212052152110
Binary11010110100110111011001001110010001100001010100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BB2; }

 p { color: rgb(214,155,178); }

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

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

 a { background-color: rgb(214,155,178); }

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

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

 span { border-color: rgb(214,155,178); }

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