#D68FAF

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

Shades of Kobi #D68FAF

Tints of Kobi #D68FAF

Color information

#D68FAF (or 0xD68FAF) is unknown color: approx Kobi. HEX triplet: D6, 8F and AF. RGB value is (214,143,175). Sum of RGB (Red+Green+Blue) = 214+143+175=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68FAF is #297050. Grayscale: #A7A7A7. Windows color (decimal): -2715729 or 11505622. OLE color: 11505622.

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

Color convert

RGB214143175-
CMYK00.330.180.16
HSL332.96º46.41%70%-
HSV(B)332.96º33.18%83.92%-
XYZ45.2937.0445.32-
YUV167.88132.02160.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=40.23%
G=26.88%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414317500.330.180.16332.9646.4170
HexD68FAF021121014d2e46
Octal326217257041222051556106
Binary110101101000111110101111010000110010100001010011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FAF; }

 p { color: rgb(214,143,175); }

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

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

 a { background-color: rgb(214,143,175); }

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

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

 span { border-color: rgb(214,143,175); }

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