#D68FB0

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

Shades of Kobi #D68FB0

Tints of Kobi #D68FB0

Color information

#D68FB0 (or 0xD68FB0) is unknown color: approx Kobi. HEX triplet: D6, 8F and B0. RGB value is (214,143,176). Sum of RGB (Red+Green+Blue) = 214+143+176=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68FB0 is #29704F. Grayscale: #A7A7A7. Windows color (decimal): -2715728 or 11571158. OLE color: 11571158.

HSL color Cylindrical-coordinate representation of color #D68FB0: hue angle of 332.11º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FB0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214143176-
CMYK00.330.180.16
HSL332.11º46.41%70%-
HSV(B)332.11º33.18%83.92%-
XYZ45.3937.0845.84-
YUV167.99132.52160.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=40.15%
G=26.83%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414317600.330.180.16332.1146.4170
HexD68FB0021121014c2e46
Octal326217260041222051456106
Binary110101101000111110110000010000110010100001010011001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FB0; }

 p { color: rgb(214,143,176); }

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

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

 a { background-color: rgb(214,143,176); }

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

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

 span { border-color: rgb(214,143,176); }

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