#D69DB3

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

Shades of Kobi #D69DB3

Tints of Kobi #D69DB3

Color information

#D69DB3 (or 0xD69DB3) is unknown color: approx Kobi. HEX triplet: D6, 9D and B3. RGB value is (214,157,179). Sum of RGB (Red+Green+Blue) = 214+157+179=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DB3 is #29624C. Grayscale: #B0B0B0. Windows color (decimal): -2712141 or 11771350. OLE color: 11771350.

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

Color convert

RGB214157179-
CMYK00.270.160.16
HSL336.84º41.01%72.75%-
HSV(B)336.84º26.64%83.92%-
XYZ47.9341.6648.16-
YUV176.55129.38154.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=38.91%
G=28.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415717900.270.160.16336.8441.0172.75
HexD69DB301B10101512949
Octal326235263033202052151111
Binary11010110100111011011001101101110000100001010100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DB3; }

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

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

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

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

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

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

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

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