#D68EB1

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

Shades of Kobi #D68EB1

Tints of Kobi #D68EB1

Color information

#D68EB1 (or 0xD68EB1) is unknown color: approx Kobi. HEX triplet: D6, 8E and B1. RGB value is (214,142,177). Sum of RGB (Red+Green+Blue) = 214+142+177=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EB1 is #29714E. Grayscale: #A7A7A7. Windows color (decimal): -2715983 or 11636438. OLE color: 11636438.

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

Color convert

RGB214142177-
CMYK00.340.170.16
HSL330.83º46.75%69.8%-
HSV(B)330.83º33.64%83.92%-
XYZ45.3436.8246.31-
YUV167.52133.35161.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=40.15%
G=26.64%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414217700.340.170.16330.8346.7569.8
HexD68EB1022111014b2f46
Octal326216261042212051357106
Binary110101101000111010110001010001010001100001010010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EB1; }

 p { color: rgb(214,142,177); }

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

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

 a { background-color: rgb(214,142,177); }

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

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

 span { border-color: rgb(214,142,177); }

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