#D68DB0

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

Shades of Kobi #D68DB0

Tints of Kobi #D68DB0

Color information

#D68DB0 (or 0xD68DB0) is unknown color: approx Kobi. HEX triplet: D6, 8D and B0. RGB value is (214,141,176). Sum of RGB (Red+Green+Blue) = 214+141+176=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DB0 is #29724F. Grayscale: #A6A6A6. Windows color (decimal): -2716240 or 11570646. OLE color: 11570646.

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

Color convert

RGB214141176-
CMYK00.340.180.16
HSL331.23º47.1%69.61%-
HSV(B)331.23º34.11%83.92%-
XYZ45.0936.4845.74-
YUV166.82133.18161.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=40.30%
G=26.55%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414117600.340.180.16331.2347.169.61
HexD68DB0022121014b2f46
Octal326215260042222051357106
Binary110101101000110110110000010001010010100001010010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DB0; }

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

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

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

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

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

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

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

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