#D68AB3

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

Shades of Kobi #D68AB3

Tints of Kobi #D68AB3

Color information

#D68AB3 (or 0xD68AB3) is unknown color: approx Kobi. HEX triplet: D6, 8A and B3. RGB value is (214,138,179). Sum of RGB (Red+Green+Blue) = 214+138+179=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AB3 is #29754C. Grayscale: #A5A5A5. Windows color (decimal): -2717005 or 11766486. OLE color: 11766486.

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

Color convert

RGB214138179-
CMYK00.360.160.16
HSL327.63º48.1%69.02%-
HSV(B)327.63º35.51%83.92%-
XYZ44.9635.7347.17-
YUV165.4135.68162.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 179 (70.31% from 255) = 33.71%
R=40.30%
G=25.99%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413817900.360.160.16327.6348.169.02
HexD68AB302410101483045
Octal326212263044202051060105
Binary110101101000101010110011010010010000100001010010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AB3; }

 p { color: rgb(214,138,179); }

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

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

 a { background-color: rgb(214,138,179); }

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

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

 span { border-color: rgb(214,138,179); }

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