#D69FB5

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

Shades of Kobi #D69FB5

Tints of Kobi #D69FB5

Color information

#D69FB5 (or 0xD69FB5) is unknown color: approx Kobi. HEX triplet: D6, 9F and B5. RGB value is (214,159,181). Sum of RGB (Red+Green+Blue) = 214+159+181=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FB5 is #29604A. Grayscale: #B1B1B1. Windows color (decimal): -2711627 or 11902934. OLE color: 11902934.

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

Color convert

RGB214159181-
CMYK00.260.150.16
HSL336º40.15%73.14%-
HSV(B)336º25.7%83.92%-
XYZ48.4742.4349.35-
YUV177.95129.72153.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=38.63%
G=28.70%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415918100.260.150.1633640.1573.14
HexD69FB501AF101502849
Octal326237265032172052050111
Binary1101011010011111101101010110101111100001010100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FB5; }

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

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

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

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

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

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

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

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