#D67FAC

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

Shades of Kobi #D67FAC

Tints of Kobi #D67FAC

Color information

#D67FAC (or 0xD67FAC) is unknown color: approx Kobi. HEX triplet: D6, 7F and AC. RGB value is (214,127,172). Sum of RGB (Red+Green+Blue) = 214+127+172=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67FAC is #298053. Grayscale: #9E9E9E. Windows color (decimal): -2719828 or 11304918. OLE color: 11304918.

HSL color Cylindrical-coordinate representation of color #D67FAC: hue angle of 328.97º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FAC is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214127172-
CMYK00.410.200.16
HSL328.97º51.48%66.86%-
HSV(B)328.97º40.65%83.92%-
XYZ42.7732.4543.04-
YUV158.14135.82167.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=41.72%
G=24.76%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412717200.410.200.16328.9751.4866.86
HexD67FAC02914101493343
Octal326177254051242051163103
Binary11010110111111110101100010100110100100001010010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FAC; }

 p { color: rgb(214,127,172); }

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

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

 a { background-color: rgb(214,127,172); }

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

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

 span { border-color: rgb(214,127,172); }

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