#D68CB1

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

Shades of Kobi #D68CB1

Tints of Kobi #D68CB1

Color information

#D68CB1 (or 0xD68CB1) is unknown color: approx Kobi. HEX triplet: D6, 8C and B1. RGB value is (214,140,177). Sum of RGB (Red+Green+Blue) = 214+140+177=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CB1 is #29734E. Grayscale: #A6A6A6. Windows color (decimal): -2716495 or 11635926. OLE color: 11635926.

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

Color convert

RGB214140177-
CMYK00.350.170.16
HSL330º47.44%69.41%-
HSV(B)330º34.58%83.92%-
XYZ45.0536.2346.21-
YUV166.34134.02161.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=40.30%
G=26.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414017700.350.170.1633047.4469.41
HexD68CB1023111014a2f45
Octal326214261043212051257105
Binary110101101000110010110001010001110001100001010010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CB1; }

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

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

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

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

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

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

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

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